Html Css Color HEX #404172 Corn Flower Blue

📋 copy color: '#404172'

red 64 ◦ green 65 ◦ blue 114

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

Shades of Corn Flower Blue #404172

Tints of Corn Flower Blue #404172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 26.34%
G = 26.75%
B = 46.91%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404172 (or 0x404172) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 72. RGB value is (64,65,114). Sum of RGB (Red+Green+Blue) = 64+65+114=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #404172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404172 is #BFBE8D. Grayscale: #464646. Windows color (decimal): -12566158 or 7487808. OLE color: 7487808.

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

Color convert

RGB 64 65 114 -
CMYK 0.44 0.43 0 0.55
HSL 238.8º 0.28% 0.35% -
HSV(B) 238.8º 0.44% 0.45% -
XYZ 7.04 6.09 16.72 -
YUV 70.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 64 65 114 0.44 0.43 0 0.55 238.8 0.28 0.35
Hex 40 41 72 2C 2B 0 37 EF 1C 23
Octal 100 101 162 54 53 0 67 357 34 43
Binary 1000000 1000001 1110010 101100 101011 0 110111 11101111 11100 100011

Color Harmonies of #404172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404172

Black with #404172

Text Example


Text Example

White with #404172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404172; }

 p { color: rgb(64,65,114); }

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

background-color css

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

 a { background-color: rgb(64,65,114); }

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

border-color css

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

 span { border-color: rgb(64,65,114); }

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