Html Css Color HEX #465B75 Chambray

📋 copy color: '#465B75'

red 70 ◦ green 91 ◦ blue 117

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

Shades of Chambray #465B75

Tints of Chambray #465B75

RGB

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

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

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

R = 25.18%
G = 32.73%
B = 42.09%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465B75 (or 0x465B75) is known color: Chambray. HEX triplet: 46, 5B and 75. RGB value is (70,91,117). Sum of RGB (Red+Green+Blue) = 70+91+117=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #465B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B75 is #B9A48A. Grayscale: #575757. Windows color (decimal): -12166283 or 7691078. OLE color: 7691078.

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

Color convert

RGB 70 91 117 -
CMYK 0.40 0.22 0 0.54
HSL 213.19º 0.25% 0.37% -
HSV(B) 213.19º 0.4% 0.46% -
XYZ 9.48 10.07 18.27 -
YUV 87.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 70 91 117 0.40 0.22 0 0.54 213.19 0.25 0.37
Hex 46 5B 75 28 16 0 36 D5 19 25
Octal 106 133 165 50 26 0 66 325 31 45
Binary 1000110 1011011 1110101 101000 10110 0 110110 11010101 11001 100101

Color Harmonies of #465B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B75

Black with #465B75

Text Example


Text Example

White with #465B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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