Html Css Color HEX #406170 Blumine

📋 copy color: '#406170'

red 64 ◦ green 97 ◦ blue 112

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

Shades of Blumine #406170

Tints of Blumine #406170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 23.44%
G = 35.53%
B = 41.03%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#406170 (or 0x406170) is known color: Blumine. HEX triplet: 40, 61 and 70. RGB value is (64,97,112). Sum of RGB (Red+Green+Blue) = 64+97+112=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #406170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406170 is #BF9E8F. Grayscale: #585858. Windows color (decimal): -12557968 or 7364928. OLE color: 7364928.

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

Color convert

RGB 64 97 112 -
CMYK 0.43 0.13 0 0.56
HSL 198.75º 0.27% 0.35% -
HSV(B) 198.75º 0.43% 0.44% -
XYZ 9.31 10.81 16.92 -
YUV 88.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 64 97 112 0.43 0.13 0 0.56 198.75 0.27 0.35
Hex 40 61 70 2B D 0 38 C7 1B 23
Octal 100 141 160 53 15 0 70 307 33 43
Binary 1000000 1100001 1110000 101011 1101 0 111000 11000111 11011 100011

Color Harmonies of #406170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406170

Black with #406170

Text Example


Text Example

White with #406170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406170; }

 p { color: rgb(64,97,112); }

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

background-color css

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

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

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

border-color css

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

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

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