Html Css Color HEX #465978 Chambray

📋 copy color: '#465978'

red 70 ◦ green 89 ◦ blue 120

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

Shades of Chambray #465978

Tints of Chambray #465978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 25.09%
G = 31.9%
B = 43.01%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465978 (or 0x465978) is known color: Chambray. HEX triplet: 46, 59 and 78. RGB value is (70,89,120). Sum of RGB (Red+Green+Blue) = 70+89+120=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #465978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465978 is #B9A687. Grayscale: #565656. Windows color (decimal): -12166792 or 7887174. OLE color: 7887174.

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

Color convert

RGB 70 89 120 -
CMYK 0.42 0.26 0 0.53
HSL 217.2º 0.26% 0.37% -
HSV(B) 217.2º 0.42% 0.47% -
XYZ 9.49 9.8 19.16 -
YUV 86.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 70 89 120 0.42 0.26 0 0.53 217.2 0.26 0.37
Hex 46 59 78 2A 1A 0 35 D9 1A 25
Octal 106 131 170 52 32 0 65 331 32 45
Binary 1000110 1011001 1111000 101010 11010 0 110101 11011001 11010 100101

Color Harmonies of #465978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465978

Black with #465978

Text Example


Text Example

White with #465978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465978; }

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

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

background-color css

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

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

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

border-color css

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

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

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