Html Css Color HEX #465F76 Chambray

📋 copy color: '#465F76'

red 70 ◦ green 95 ◦ blue 118

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

Shades of Chambray #465F76

Tints of Chambray #465F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.57%

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 24.73%
G = 33.57%
B = 41.7%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465F76 (or 0x465F76) is known color: Chambray. HEX triplet: 46, 5F and 76. RGB value is (70,95,118). Sum of RGB (Red+Green+Blue) = 70+95+118=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #465F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F76 is #B9A089. Grayscale: #5A5A5A. Windows color (decimal): -12165258 or 7757638. OLE color: 7757638.

HSL color Cylindrical-coordinate representation of color #465F76: hue angle of 208.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465F76 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 95 118 -
CMYK 0.41 0.19 0 0.54
HSL 208.75º 0.26% 0.37% -
HSV(B) 208.75º 0.41% 0.46% -
XYZ 9.89 10.79 18.7 -
YUV 90.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 70 95 118 0.41 0.19 0 0.54 208.75 0.26 0.37
Hex 46 5F 76 29 13 0 36 D1 1A 25
Octal 106 137 166 51 23 0 66 321 32 45
Binary 1000110 1011111 1110110 101001 10011 0 110110 11010001 11010 100101

Color Harmonies of #465F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F76

Black with #465F76

Text Example


Text Example

White with #465F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,95,118); }

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

background-color css

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

 a { background-color: rgb(70,95,118); }

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

border-color css

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

 span { border-color: rgb(70,95,118); }

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