Html Css Color HEX #404171 Corn Flower Blue

📋 copy color: '#404171'

red 64 ◦ green 65 ◦ blue 113

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

Shades of Corn Flower Blue #404171

Tints of Corn Flower Blue #404171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 26.45%
G = 26.86%
B = 46.69%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404171 (or 0x404171) is known color: Corn Flower Blue. HEX triplet: 40, 41 and 71. RGB value is (64,65,113). Sum of RGB (Red+Green+Blue) = 64+65+113=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #404171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404171 is #BFBE8E. Grayscale: #454545. Windows color (decimal): -12566159 or 7422272. OLE color: 7422272.

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

Color convert

RGB 64 65 113 -
CMYK 0.43 0.42 0 0.56
HSL 238.78º 0.28% 0.35% -
HSV(B) 238.78º 0.43% 0.44% -
XYZ 6.99 6.06 16.42 -
YUV 70.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 64 65 113 0.43 0.42 0 0.56 238.78 0.28 0.35
Hex 40 41 71 2B 2A 0 38 EF 1C 23
Octal 100 101 161 53 52 0 70 357 34 43
Binary 1000000 1000001 1110001 101011 101010 0 111000 11101111 11100 100011

Color Harmonies of #404171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404171

Black with #404171

Text Example


Text Example

White with #404171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404171; }

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

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

background-color css

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

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

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

border-color css

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

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

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