Html Css Color HEX #465675 Chambray

📋 copy color: '#465675'

red 70 ◦ green 86 ◦ blue 117

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

Shades of Chambray #465675

Tints of Chambray #465675

RGB

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

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

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

R = 25.64%
G = 31.5%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465675 (or 0x465675) is known color: Chambray. HEX triplet: 46, 56 and 75. RGB value is (70,86,117). Sum of RGB (Red+Green+Blue) = 70+86+117=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #465675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465675 is #B9A98A. Grayscale: #545454. Windows color (decimal): -12167563 or 7689798. OLE color: 7689798.

HSL color Cylindrical-coordinate representation of color #465675: hue angle of 219.57º 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 #465675 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 86 117 -
CMYK 0.40 0.26 0 0.54
HSL 219.57º 0.25% 0.37% -
HSV(B) 219.57º 0.4% 0.46% -
XYZ 9.06 9.24 18.14 -
YUV 84.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 70 86 117 0.40 0.26 0 0.54 219.57 0.25 0.37
Hex 46 56 75 28 1A 0 36 DC 19 25
Octal 106 126 165 50 32 0 66 334 31 45
Binary 1000110 1010110 1110101 101000 11010 0 110110 11011100 11001 100101

Color Harmonies of #465675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465675

Black with #465675

Text Example


Text Example

White with #465675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465675; }

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

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

background-color css

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

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

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

border-color css

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

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

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