Html Css Color HEX #404267 Corn Flower Blue

📋 copy color: '#404267'

red 64 ◦ green 66 ◦ blue 103

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

Shades of Corn Flower Blue #404267

Tints of Corn Flower Blue #404267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.21%

R = 27.47%
G = 28.33%
B = 44.21%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#404267 (or 0x404267) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 67. RGB value is (64,66,103). Sum of RGB (Red+Green+Blue) = 64+66+103=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #404267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404267 is #BFBD98. Grayscale: #454545. Windows color (decimal): -12565913 or 6767168. OLE color: 6767168.

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

Color convert

RGB 64 66 103 -
CMYK 0.38 0.36 0 0.60
HSL 236.92º 0.23% 0.33% -
HSV(B) 236.92º 0.38% 0.4% -
XYZ 6.51 5.97 13.64 -
YUV 69.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 64 66 103 0.38 0.36 0 0.60 236.92 0.23 0.33
Hex 40 42 67 26 24 0 3C ED 17 21
Octal 100 102 147 46 44 0 74 355 27 41
Binary 1000000 1000010 1100111 100110 100100 0 111100 11101101 10111 100001

Color Harmonies of #404267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404267

Black with #404267

Text Example


Text Example

White with #404267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404267; }

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

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

background-color css

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

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

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

border-color css

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

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

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