Html Css Color HEX #465877 Chambray

📋 copy color: '#465877'

red 70 ◦ green 88 ◦ blue 119

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

Shades of Chambray #465877

Tints of Chambray #465877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 25.27%
G = 31.77%
B = 42.96%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465877 (or 0x465877) is known color: Chambray. HEX triplet: 46, 58 and 77. RGB value is (70,88,119). Sum of RGB (Red+Green+Blue) = 70+88+119=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #465877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465877 is #B9A788. Grayscale: #565656. Windows color (decimal): -12167049 or 7821382. OLE color: 7821382.

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

Color convert

RGB 70 88 119 -
CMYK 0.41 0.26 0 0.53
HSL 217.96º 0.26% 0.37% -
HSV(B) 217.96º 0.41% 0.47% -
XYZ 9.35 9.61 18.82 -
YUV 86.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 70 88 119 0.41 0.26 0 0.53 217.96 0.26 0.37
Hex 46 58 77 29 1A 0 35 DA 1A 25
Octal 106 130 167 51 32 0 65 332 32 45
Binary 1000110 1011000 1110111 101001 11010 0 110101 11011010 11010 100101

Color Harmonies of #465877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465877

Black with #465877

Text Example


Text Example

White with #465877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465877; }

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

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

background-color css

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

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

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

border-color css

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

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

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