Html Css Color HEX #405674 Chambray

📋 copy color: '#405674'

red 64 ◦ green 86 ◦ blue 116

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

Shades of Chambray #405674

Tints of Chambray #405674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 24.06%
G = 32.33%
B = 43.61%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405674 (or 0x405674) is known color: Chambray. HEX triplet: 40, 56 and 74. RGB value is (64,86,116). Sum of RGB (Red+Green+Blue) = 64+86+116=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #405674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405674 is #BFA98B. Grayscale: #525252. Windows color (decimal): -12560780 or 7624256. OLE color: 7624256.

HSL color Cylindrical-coordinate representation of color #405674: hue angle of 214.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405674 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 86 116 -
CMYK 0.45 0.26 0 0.55
HSL 214.62º 0.29% 0.35% -
HSV(B) 214.62º 0.45% 0.45% -
XYZ 8.59 9.01 17.81 -
YUV 82.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 64 86 116 0.45 0.26 0 0.55 214.62 0.29 0.35
Hex 40 56 74 2D 1A 0 37 D7 1D 23
Octal 100 126 164 55 32 0 67 327 35 43
Binary 1000000 1010110 1110100 101101 11010 0 110111 11010111 11101 100011

Color Harmonies of #405674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405674

Black with #405674

Text Example


Text Example

White with #405674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405674; }

 p { color: rgb(64,86,116); }

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

background-color css

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

 a { background-color: rgb(64,86,116); }

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

border-color css

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

 span { border-color: rgb(64,86,116); }

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