Html Css Color HEX #465777 Chambray

📋 copy color: '#465777'

red 70 ◦ green 87 ◦ blue 119

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

Shades of Chambray #465777

Tints of Chambray #465777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 25.36%
G = 31.52%
B = 43.12%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465777 (or 0x465777) is known color: Chambray. HEX triplet: 46, 57 and 77. RGB value is (70,87,119). Sum of RGB (Red+Green+Blue) = 70+87+119=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #465777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465777 is #B9A888. Grayscale: #555555. Windows color (decimal): -12167305 or 7821126. OLE color: 7821126.

HSL color Cylindrical-coordinate representation of color #465777: hue angle of 219.18º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465777 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 87 119 -
CMYK 0.41 0.27 0 0.53
HSL 219.18º 0.26% 0.37% -
HSV(B) 219.18º 0.41% 0.47% -
XYZ 9.26 9.45 18.79 -
YUV 85.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 70 87 119 0.41 0.27 0 0.53 219.18 0.26 0.37
Hex 46 57 77 29 1B 0 35 DB 1A 25
Octal 106 127 167 51 33 0 65 333 32 45
Binary 1000110 1010111 1110111 101001 11011 0 110101 11011011 11010 100101

Color Harmonies of #465777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465777

Black with #465777

Text Example


Text Example

White with #465777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465777; }

 p { color: rgb(70,87,119); }

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

background-color css

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

 a { background-color: rgb(70,87,119); }

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

border-color css

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

 span { border-color: rgb(70,87,119); }

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