Html Css Color HEX #404375 Corn Flower Blue

📋 copy color: '#404375'

red 64 ◦ green 67 ◦ blue 117

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

Shades of Corn Flower Blue #404375

Tints of Corn Flower Blue #404375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 25.81%
G = 27.02%
B = 47.18%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404375 (or 0x404375) is known color: Corn Flower Blue. HEX triplet: 40, 43 and 75. RGB value is (64,67,117). Sum of RGB (Red+Green+Blue) = 64+67+117=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #404375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404375 is #BFBC8A. Grayscale: #474747. Windows color (decimal): -12565643 or 7684928. OLE color: 7684928.

HSL color Cylindrical-coordinate representation of color #404375: hue angle of 236.6º 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 #404375 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 67 117 -
CMYK 0.45 0.43 0 0.54
HSL 236.6º 0.29% 0.35% -
HSV(B) 236.6º 0.45% 0.46% -
XYZ 7.33 6.39 17.68 -
YUV 71.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 64 67 117 0.45 0.43 0 0.54 236.6 0.29 0.35
Hex 40 43 75 2D 2B 0 36 ED 1D 23
Octal 100 103 165 55 53 0 66 355 35 43
Binary 1000000 1000011 1110101 101101 101011 0 110110 11101101 11101 100011

Color Harmonies of #404375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404375

Black with #404375

Text Example


Text Example

White with #404375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404375; }

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

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

background-color css

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

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

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

border-color css

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

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

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