Html Css Color HEX #465578 Chambray

📋 copy color: '#465578'

red 70 ◦ green 85 ◦ blue 120

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

Shades of Chambray #465578

Tints of Chambray #465578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 25.45%
G = 30.91%
B = 43.64%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465578 (or 0x465578) is known color: Chambray. HEX triplet: 46, 55 and 78. RGB value is (70,85,120). Sum of RGB (Red+Green+Blue) = 70+85+120=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #465578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465578 is #B9AA87. Grayscale: #545454. Windows color (decimal): -12167816 or 7886150. OLE color: 7886150.

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

Color convert

RGB 70 85 120 -
CMYK 0.42 0.29 0 0.53
HSL 222º 0.26% 0.37% -
HSV(B) 222º 0.42% 0.47% -
XYZ 9.16 9.16 19.05 -
YUV 84.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 70 85 120 0.42 0.29 0 0.53 222 0.26 0.37
Hex 46 55 78 2A 1D 0 35 DE 1A 25
Octal 106 125 170 52 35 0 65 336 32 45
Binary 1000110 1010101 1111000 101010 11101 0 110101 11011110 11010 100101

Color Harmonies of #465578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465578

Black with #465578

Text Example


Text Example

White with #465578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465578; }

 p { color: rgb(70,85,120); }

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

background-color css

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

 a { background-color: rgb(70,85,120); }

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

border-color css

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

 span { border-color: rgb(70,85,120); }

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