Html Css Color HEX #404071 Corn Flower Blue

📋 copy color: '#404071'

red 64 ◦ green 64 ◦ blue 113

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

Shades of Corn Flower Blue #404071

Tints of Corn Flower Blue #404071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

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

R = 26.56%
G = 26.56%
B = 46.89%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404071 (or 0x404071) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 71. RGB value is (64,64,113). Sum of RGB (Red+Green+Blue) = 64+64+113=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #404071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404071 is #BFBF8E. Grayscale: #454545. Windows color (decimal): -12566415 or 7422016. OLE color: 7422016.

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

Color convert

RGB 64 64 113 -
CMYK 0.43 0.43 0 0.56
HSL 240º 0.28% 0.35% -
HSV(B) 240º 0.43% 0.44% -
XYZ 6.93 5.95 16.41 -
YUV 69.59 152.5 124.02 -
System Red Green Blue C M Y K H S L
Decimal 64 64 113 0.43 0.43 0 0.56 240 0.28 0.35
Hex 40 40 71 2B 2B 0 38 F0 1C 23
Octal 100 100 161 53 53 0 70 360 34 43
Binary 1000000 1000000 1110001 101011 101011 0 111000 11110000 11100 100011

Color Harmonies of #404071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404071

Black with #404071

Text Example


Text Example

White with #404071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404071; }

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

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

background-color css

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

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

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

border-color css

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

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

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