Html Css Color HEX #405A79 Chambray

📋 copy color: '#405A79'

red 64 ◦ green 90 ◦ blue 121

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

Shades of Chambray #405A79

Tints of Chambray #405A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 23.27%
G = 32.73%
B = 44%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405A79 (or 0x405A79) is known color: Chambray. HEX triplet: 40, 5A and 79. RGB value is (64,90,121). Sum of RGB (Red+Green+Blue) = 64+90+121=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #405A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A79 is #BFA586. Grayscale: #555555. Windows color (decimal): -12559751 or 7952960. OLE color: 7952960.

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

Color convert

RGB 64 90 121 -
CMYK 0.47 0.26 0 0.53
HSL 212.63º 0.31% 0.36% -
HSV(B) 212.63º 0.47% 0.47% -
XYZ 9.22 9.78 19.49 -
YUV 85.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 64 90 121 0.47 0.26 0 0.53 212.63 0.31 0.36
Hex 40 5A 79 2F 1A 0 35 D5 1F 24
Octal 100 132 171 57 32 0 65 325 37 44
Binary 1000000 1011010 1111001 101111 11010 0 110101 11010101 11111 100100

Color Harmonies of #405A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A79

Black with #405A79

Text Example


Text Example

White with #405A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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