Html Css Color HEX #406071 Blumine

📋 copy color: '#406071'

red 64 ◦ green 96 ◦ blue 113

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

Shades of Blumine #406071

Tints of Blumine #406071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

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

R = 23.44%
G = 35.16%
B = 41.39%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406071 (or 0x406071) is known color: Blumine. HEX triplet: 40, 60 and 71. RGB value is (64,96,113). Sum of RGB (Red+Green+Blue) = 64+96+113=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #406071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406071 is #BF9F8E. Grayscale: #585858. Windows color (decimal): -12558223 or 7430208. OLE color: 7430208.

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

Color convert

RGB 64 96 113 -
CMYK 0.43 0.15 0 0.56
HSL 200.82º 0.28% 0.35% -
HSV(B) 200.82º 0.43% 0.44% -
XYZ 9.28 10.65 17.19 -
YUV 88.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 64 96 113 0.43 0.15 0 0.56 200.82 0.28 0.35
Hex 40 60 71 2B F 0 38 C9 1C 23
Octal 100 140 161 53 17 0 70 311 34 43
Binary 1000000 1100000 1110001 101011 1111 0 111000 11001001 11100 100011

Color Harmonies of #406071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406071

Black with #406071

Text Example


Text Example

White with #406071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406071; }

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

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

background-color css

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

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

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

border-color css

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

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

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