Html Css Color HEX #405479 Chambray

📋 copy color: '#405479'

red 64 ◦ green 84 ◦ blue 121

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

Shades of Chambray #405479

Tints of Chambray #405479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 23.79%
G = 31.23%
B = 44.98%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405479 (or 0x405479) is known color: Chambray. HEX triplet: 40, 54 and 79. RGB value is (64,84,121). Sum of RGB (Red+Green+Blue) = 64+84+121=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #405479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405479 is #BFAB86. Grayscale: #525252. Windows color (decimal): -12561287 or 7951424. OLE color: 7951424.

HSL color Cylindrical-coordinate representation of color #405479: hue angle of 218.95º 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 #405479 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 84 121 -
CMYK 0.47 0.31 0 0.53
HSL 218.95º 0.31% 0.36% -
HSV(B) 218.95º 0.47% 0.47% -
XYZ 8.74 8.81 19.33 -
YUV 82.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 64 84 121 0.47 0.31 0 0.53 218.95 0.31 0.36
Hex 40 54 79 2F 1F 0 35 DB 1F 24
Octal 100 124 171 57 37 0 65 333 37 44
Binary 1000000 1010100 1111001 101111 11111 0 110101 11011011 11111 100100

Color Harmonies of #405479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405479

Black with #405479

Text Example


Text Example

White with #405479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405479; }

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

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

background-color css

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

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

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

border-color css

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

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

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