Html Css Color HEX #404266 Corn Flower Blue

📋 copy color: '#404266'

red 64 ◦ green 66 ◦ blue 102

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

Shades of Corn Flower Blue #404266

Tints of Corn Flower Blue #404266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 27.59%
G = 28.45%
B = 43.97%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#404266 (or 0x404266) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 66. RGB value is (64,66,102). Sum of RGB (Red+Green+Blue) = 64+66+102=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #404266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404266 is #BFBD99. Grayscale: #454545. Windows color (decimal): -12565914 or 6701632. OLE color: 6701632.

HSL color Cylindrical-coordinate representation of color #404266: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404266 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 66 102 -
CMYK 0.37 0.35 0 0.6
HSL 236.84º 0.23% 0.33% -
HSV(B) 236.84º 0.37% 0.4% -
XYZ 6.46 5.95 13.38 -
YUV 69.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 64 66 102 0.37 0.35 0 0.6 236.84 0.23 0.33
Hex 40 42 66 25 23 0 3C ED 17 21
Octal 100 102 146 45 43 0 74 355 27 41
Binary 1000000 1000010 1100110 100101 100011 0 111100 11101101 10111 100001

Color Harmonies of #404266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404266

Black with #404266

Text Example


Text Example

White with #404266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404266; }

 p { color: rgb(64,66,102); }

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

background-color css

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

 a { background-color: rgb(64,66,102); }

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

border-color css

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

 span { border-color: rgb(64,66,102); }

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