Html Css Color HEX #404275 Corn Flower Blue

📋 copy color: '#404275'

red 64 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #404275

Tints of Corn Flower Blue #404275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 25.91%
G = 26.72%
B = 47.37%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404275 (or 0x404275) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 75. RGB value is (64,66,117). Sum of RGB (Red+Green+Blue) = 64+66+117=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #404275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404275 is #BFBD8A. Grayscale: #474747. Windows color (decimal): -12565899 or 7684672. OLE color: 7684672.

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

Color convert

RGB 64 66 117 -
CMYK 0.45 0.44 0 0.54
HSL 237.74º 0.29% 0.35% -
HSV(B) 237.74º 0.45% 0.46% -
XYZ 7.27 6.27 17.66 -
YUV 71.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 64 66 117 0.45 0.44 0 0.54 237.74 0.29 0.35
Hex 40 42 75 2D 2C 0 36 EE 1D 23
Octal 100 102 165 55 54 0 66 356 35 43
Binary 1000000 1000010 1110101 101101 101100 0 110110 11101110 11101 100011

Color Harmonies of #404275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404275

Black with #404275

Text Example


Text Example

White with #404275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404275; }

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

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

background-color css

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

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

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

border-color css

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

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

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