Html Css Color HEX #465972 Chambray

📋 copy color: '#465972'

red 70 ◦ green 89 ◦ blue 114

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

Shades of Chambray #465972

Tints of Chambray #465972

RGB

 RED value IS 70 (27.73% from 255) = 25.64%

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 25.64%
G = 32.6%
B = 41.76%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465972 (or 0x465972) is known color: Chambray. HEX triplet: 46, 59 and 72. RGB value is (70,89,114). Sum of RGB (Red+Green+Blue) = 70+89+114=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #465972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465972 is #B9A68D. Grayscale: #565656. Windows color (decimal): -12166798 or 7493958. OLE color: 7493958.

HSL color Cylindrical-coordinate representation of color #465972: hue angle of 214.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465972 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 89 114 -
CMYK 0.39 0.22 0 0.55
HSL 214.09º 0.24% 0.36% -
HSV(B) 214.09º 0.39% 0.45% -
XYZ 9.14 9.66 17.3 -
YUV 86.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 70 89 114 0.39 0.22 0 0.55 214.09 0.24 0.36
Hex 46 59 72 27 16 0 37 D6 18 24
Octal 106 131 162 47 26 0 67 326 30 44
Binary 1000110 1011001 1110010 100111 10110 0 110111 11010110 11000 100100

Color Harmonies of #465972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465972

Black with #465972

Text Example


Text Example

White with #465972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465972; }

 p { color: rgb(70,89,114); }

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

background-color css

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

 a { background-color: rgb(70,89,114); }

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

border-color css

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

 span { border-color: rgb(70,89,114); }

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