Html Css Color HEX #465778 Chambray

📋 copy color: '#465778'

red 70 ◦ green 87 ◦ blue 120

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

Shades of Chambray #465778

Tints of Chambray #465778

RGB

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

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

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

R = 25.27%
G = 31.41%
B = 43.32%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465778 (or 0x465778) is known color: Chambray. HEX triplet: 46, 57 and 78. RGB value is (70,87,120). Sum of RGB (Red+Green+Blue) = 70+87+120=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #465778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465778 is #B9A887. Grayscale: #555555. Windows color (decimal): -12167304 or 7886662. OLE color: 7886662.

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

Color convert

RGB 70 87 120 -
CMYK 0.42 0.28 0 0.53
HSL 219.6º 0.26% 0.37% -
HSV(B) 219.6º 0.42% 0.47% -
XYZ 9.32 9.47 19.11 -
YUV 85.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 70 87 120 0.42 0.28 0 0.53 219.6 0.26 0.37
Hex 46 57 78 2A 1C 0 35 DC 1A 25
Octal 106 127 170 52 34 0 65 334 32 45
Binary 1000110 1010111 1111000 101010 11100 0 110101 11011100 11010 100101

Color Harmonies of #465778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465778

Black with #465778

Text Example


Text Example

White with #465778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465778; }

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

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

background-color css

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

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

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

border-color css

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

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

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