Html Css Color HEX #465579 Chambray

📋 copy color: '#465579'

red 70 ◦ green 85 ◦ blue 121

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

Shades of Chambray #465579

Tints of Chambray #465579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 25.36%
G = 30.8%
B = 43.84%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465579 (or 0x465579) is known color: Chambray. HEX triplet: 46, 55 and 79. RGB value is (70,85,121). Sum of RGB (Red+Green+Blue) = 70+85+121=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #465579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465579 is #B9AA86. Grayscale: #545454. Windows color (decimal): -12167815 or 7951686. OLE color: 7951686.

HSL color Cylindrical-coordinate representation of color #465579: hue angle of 222.35º degrees, saturation: 0.27, 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 #465579 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 85 121 -
CMYK 0.42 0.30 0 0.53
HSL 222.35º 0.27% 0.37% -
HSV(B) 222.35º 0.42% 0.47% -
XYZ 9.23 9.18 19.37 -
YUV 84.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 70 85 121 0.42 0.30 0 0.53 222.35 0.27 0.37
Hex 46 55 79 2A 1E 0 35 DE 1B 25
Octal 106 125 171 52 36 0 65 336 33 45
Binary 1000110 1010101 1111001 101010 11110 0 110101 11011110 11011 100101

Color Harmonies of #465579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465579

Black with #465579

Text Example


Text Example

White with #465579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465579; }

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

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

background-color css

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

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

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

border-color css

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

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

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