Html Css Color HEX #465575 Chambray

📋 copy color: '#465575'

red 70 ◦ green 85 ◦ blue 117

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

Shades of Chambray #465575

Tints of Chambray #465575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 25.74%
G = 31.25%
B = 43.01%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465575 (or 0x465575) is known color: Chambray. HEX triplet: 46, 55 and 75. RGB value is (70,85,117). Sum of RGB (Red+Green+Blue) = 70+85+117=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #465575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465575 is #B9AA8A. Grayscale: #545454. Windows color (decimal): -12167819 or 7689542. OLE color: 7689542.

HSL color Cylindrical-coordinate representation of color #465575: hue angle of 220.85º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465575 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 85 117 -
CMYK 0.40 0.27 0 0.54
HSL 220.85º 0.25% 0.37% -
HSV(B) 220.85º 0.4% 0.46% -
XYZ 8.99 9.08 18.11 -
YUV 84.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 70 85 117 0.40 0.27 0 0.54 220.85 0.25 0.37
Hex 46 55 75 28 1B 0 36 DD 19 25
Octal 106 125 165 50 33 0 66 335 31 45
Binary 1000110 1010101 1110101 101000 11011 0 110110 11011101 11001 100101

Color Harmonies of #465575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465575

Black with #465575

Text Example


Text Example

White with #465575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465575; }

 p { color: rgb(70,85,117); }

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

background-color css

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

 a { background-color: rgb(70,85,117); }

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

border-color css

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

 span { border-color: rgb(70,85,117); }

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