Html Css Color HEX #465C76 Chambray

📋 copy color: '#465C76'

red 70 ◦ green 92 ◦ blue 118

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

Shades of Chambray #465C76

Tints of Chambray #465C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

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

R = 25%
G = 32.86%
B = 42.14%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#465C76 (or 0x465C76) is known color: Chambray. HEX triplet: 46, 5C and 76. RGB value is (70,92,118). Sum of RGB (Red+Green+Blue) = 70+92+118=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #465C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C76 is #B9A389. Grayscale: #585858. Windows color (decimal): -12166026 or 7756870. OLE color: 7756870.

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

Color convert

RGB 70 92 118 -
CMYK 0.41 0.22 0 0.54
HSL 212.5º 0.26% 0.37% -
HSV(B) 212.5º 0.41% 0.46% -
XYZ 9.62 10.26 18.61 -
YUV 88.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 70 92 118 0.41 0.22 0 0.54 212.5 0.26 0.37
Hex 46 5C 76 29 16 0 36 D4 1A 25
Octal 106 134 166 51 26 0 66 324 32 45
Binary 1000110 1011100 1110110 101001 10110 0 110110 11010100 11010 100101

Color Harmonies of #465C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C76

Black with #465C76

Text Example


Text Example

White with #465C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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