Html Css Color HEX #404262 Corn Flower Blue

📋 copy color: '#404262'

red 64 ◦ green 66 ◦ blue 98

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

Shades of Corn Flower Blue #404262

Tints of Corn Flower Blue #404262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 28.07%
G = 28.95%
B = 42.98%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404262 (or 0x404262) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 62. RGB value is (64,66,98). Sum of RGB (Red+Green+Blue) = 64+66+98=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #404262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404262 is #BFBD9D. Grayscale: #444444. Windows color (decimal): -12565918 or 6439488. OLE color: 6439488.

HSL color Cylindrical-coordinate representation of color #404262: hue angle of 236.47º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404262 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 66 98 -
CMYK 0.35 0.33 0 0.62
HSL 236.47º 0.21% 0.32% -
HSV(B) 236.47º 0.35% 0.38% -
XYZ 6.27 5.87 12.36 -
YUV 69.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 64 66 98 0.35 0.33 0 0.62 236.47 0.21 0.32
Hex 40 42 62 23 21 0 3E EC 15 20
Octal 100 102 142 43 41 0 76 354 25 40
Binary 1000000 1000010 1100010 100011 100001 0 111110 11101100 10101 100000

Color Harmonies of #404262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404262

Black with #404262

Text Example


Text Example

White with #404262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404262; }

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

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

background-color css

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

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

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

border-color css

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

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

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