Html Css Color HEX #403876 Corn Flower Blue

📋 copy color: '#403876'

red 64 ◦ green 56 ◦ blue 118

#403876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #403876

Tints of Corn Flower Blue #403876

RGB

 RED value IS 64 (25.39% from 255) = 26.89%

 GREEN value IS 56 (22.27% from 255) = 23.53%

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 26.89%
G = 23.53%
B = 49.58%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#403876 (or 0x403876) is known color: Corn Flower Blue. HEX triplet: 40, 38 and 76. RGB value is (64,56,118). Sum of RGB (Red+Green+Blue) = 64+56+118=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #403876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403876 is #BFC789. Grayscale: #414141. Windows color (decimal): -12568458 or 7747648. OLE color: 7747648.

HSL color Cylindrical-coordinate representation of color #403876: hue angle of 247.74º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403876 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 56 118 -
CMYK 0.46 0.53 0 0.54
HSL 247.74º 0.36% 0.34% -
HSV(B) 247.74º 0.53% 0.46% -
XYZ 6.8 5.23 17.79 -
YUV 65.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 64 56 118 0.46 0.53 0 0.54 247.74 0.36 0.34
Hex 40 38 76 2E 35 0 36 F8 24 22
Octal 100 70 166 56 65 0 66 370 44 42
Binary 1000000 111000 1110110 101110 110101 0 110110 11111000 100100 100010

Color Harmonies of #403876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403876

Black with #403876

Text Example


Text Example

White with #403876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403876; }

 p { color: rgb(64,56,118); }

 H1.HeaderClassName
 {
   color: #403876;
 }
 .AnyTagClassName
 {
   color: #403876;
 }
</style>

background-color css

<style>
 a { background-color: #403876; }

 a { background-color: rgb(64,56,118); }

 div.DivClassName
 {
   background-color: #403876;
 }
 .BgClassName
 {
   background-color: #403876;
 }
</style>

border-color css

<style>
 span { border-color: #403876; }

 span { border-color: rgb(64,56,118); }

 td.TdClassName
 {
   border-color: #403876;
 }
 .TagClassName
 {
   border-color: #403876;
 }
</style>