Html Css Color HEX #404274 Corn Flower Blue

📋 copy color: '#404274'

red 64 ◦ green 66 ◦ blue 116

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

Shades of Corn Flower Blue #404274

Tints of Corn Flower Blue #404274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 26.02%
G = 26.83%
B = 47.15%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404274 (or 0x404274) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 74. RGB value is (64,66,116). Sum of RGB (Red+Green+Blue) = 64+66+116=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #404274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404274 is #BFBD8B. Grayscale: #464646. Windows color (decimal): -12565900 or 7619136. OLE color: 7619136.

HSL color Cylindrical-coordinate representation of color #404274: hue angle of 237.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404274 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 66 116 -
CMYK 0.45 0.43 0 0.55
HSL 237.69º 0.29% 0.35% -
HSV(B) 237.69º 0.45% 0.45% -
XYZ 7.21 6.25 17.35 -
YUV 71.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 64 66 116 0.45 0.43 0 0.55 237.69 0.29 0.35
Hex 40 42 74 2D 2B 0 37 EE 1D 23
Octal 100 102 164 55 53 0 67 356 35 43
Binary 1000000 1000010 1110100 101101 101011 0 110111 11101110 11101 100011

Color Harmonies of #404274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404274

Black with #404274

Text Example


Text Example

White with #404274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404274; }

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

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

background-color css

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

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

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

border-color css

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

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

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