Html Css Color HEX #465873 Chambray

📋 copy color: '#465873'

red 70 ◦ green 88 ◦ blue 115

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

Shades of Chambray #465873

Tints of Chambray #465873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 25.64%
G = 32.23%
B = 42.12%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465873 (or 0x465873) is known color: Chambray. HEX triplet: 46, 58 and 73. RGB value is (70,88,115). Sum of RGB (Red+Green+Blue) = 70+88+115=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #465873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465873 is #B9A78C. Grayscale: #555555. Windows color (decimal): -12167053 or 7559238. OLE color: 7559238.

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

Color convert

RGB 70 88 115 -
CMYK 0.39 0.23 0 0.55
HSL 216º 0.24% 0.36% -
HSV(B) 216º 0.39% 0.45% -
XYZ 9.11 9.52 17.58 -
YUV 85.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 70 88 115 0.39 0.23 0 0.55 216 0.24 0.36
Hex 46 58 73 27 17 0 37 D8 18 24
Octal 106 130 163 47 27 0 67 330 30 44
Binary 1000110 1011000 1110011 100111 10111 0 110111 11011000 11000 100100

Color Harmonies of #465873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465873

Black with #465873

Text Example


Text Example

White with #465873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465873; }

 p { color: rgb(70,88,115); }

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

background-color css

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

 a { background-color: rgb(70,88,115); }

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

border-color css

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

 span { border-color: rgb(70,88,115); }

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