Html Css Color HEX #465B72 Chambray

📋 copy color: '#465B72'

red 70 ◦ green 91 ◦ blue 114

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

Shades of Chambray #465B72

Tints of Chambray #465B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

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

R = 25.45%
G = 33.09%
B = 41.45%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465B72 (or 0x465B72) is known color: Chambray. HEX triplet: 46, 5B and 72. RGB value is (70,91,114). Sum of RGB (Red+Green+Blue) = 70+91+114=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #465B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B72 is #B9A48D. Grayscale: #575757. Windows color (decimal): -12166286 or 7494470. OLE color: 7494470.

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

Color convert

RGB 70 91 114 -
CMYK 0.39 0.20 0 0.55
HSL 211.36º 0.24% 0.36% -
HSV(B) 211.36º 0.39% 0.45% -
XYZ 9.3 10 17.36 -
YUV 87.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 70 91 114 0.39 0.20 0 0.55 211.36 0.24 0.36
Hex 46 5B 72 27 14 0 37 D3 18 24
Octal 106 133 162 47 24 0 67 323 30 44
Binary 1000110 1011011 1110010 100111 10100 0 110111 11010011 11000 100100

Color Harmonies of #465B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B72

Black with #465B72

Text Example


Text Example

White with #465B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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