Html Css Color HEX #465672 Chambray

📋 copy color: '#465672'

red 70 ◦ green 86 ◦ blue 114

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

Shades of Chambray #465672

Tints of Chambray #465672

RGB

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

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

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

R = 25.93%
G = 31.85%
B = 42.22%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465672 (or 0x465672) is known color: Chambray. HEX triplet: 46, 56 and 72. RGB value is (70,86,114). Sum of RGB (Red+Green+Blue) = 70+86+114=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #465672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465672 is #B9A98D. Grayscale: #545454. Windows color (decimal): -12167566 or 7493190. OLE color: 7493190.

HSL color Cylindrical-coordinate representation of color #465672: hue angle of 218.18º 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 #465672 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 86 114 -
CMYK 0.39 0.25 0 0.55
HSL 218.18º 0.24% 0.36% -
HSV(B) 218.18º 0.39% 0.45% -
XYZ 8.89 9.17 17.22 -
YUV 84.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 70 86 114 0.39 0.25 0 0.55 218.18 0.24 0.36
Hex 46 56 72 27 19 0 37 DA 18 24
Octal 106 126 162 47 31 0 67 332 30 44
Binary 1000110 1010110 1110010 100111 11001 0 110111 11011010 11000 100100

Color Harmonies of #465672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465672

Black with #465672

Text Example


Text Example

White with #465672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465672; }

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

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

background-color css

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

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

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

border-color css

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

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

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