Html Css Color HEX #405879 Chambray

📋 copy color: '#405879'

red 64 ◦ green 88 ◦ blue 121

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

Shades of Chambray #405879

Tints of Chambray #405879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 23.44%
G = 32.23%
B = 44.32%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405879 (or 0x405879) is known color: Chambray. HEX triplet: 40, 58 and 79. RGB value is (64,88,121). Sum of RGB (Red+Green+Blue) = 64+88+121=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #405879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405879 is #BFA786. Grayscale: #545454. Windows color (decimal): -12560263 or 7952448. OLE color: 7952448.

HSL color Cylindrical-coordinate representation of color #405879: hue angle of 214.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405879 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 88 121 -
CMYK 0.47 0.27 0 0.53
HSL 214.74º 0.31% 0.36% -
HSV(B) 214.74º 0.47% 0.47% -
XYZ 9.06 9.45 19.44 -
YUV 84.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 64 88 121 0.47 0.27 0 0.53 214.74 0.31 0.36
Hex 40 58 79 2F 1B 0 35 D7 1F 24
Octal 100 130 171 57 33 0 65 327 37 44
Binary 1000000 1011000 1111001 101111 11011 0 110101 11010111 11111 100100

Color Harmonies of #405879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405879

Black with #405879

Text Example


Text Example

White with #405879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405879; }

 p { color: rgb(64,88,121); }

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

background-color css

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

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

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

border-color css

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

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

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