Html Css Color HEX #485E78 Chambray

📋 copy color: '#485E78'

red 72 ◦ green 94 ◦ blue 120

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

Shades of Chambray #485E78

Tints of Chambray #485E78

RGB

 RED value IS 72 (28.52% from 255) = 25.17%

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 25.17%
G = 32.87%
B = 41.96%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485E78 (or 0x485E78) is known color: Chambray. HEX triplet: 48, 5E and 78. RGB value is (72,94,120). Sum of RGB (Red+Green+Blue) = 72+94+120=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #485E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E78 is #B7A187. Grayscale: #5A5A5A. Windows color (decimal): -12034440 or 7888456. OLE color: 7888456.

HSL color Cylindrical-coordinate representation of color #485E78: hue angle of 212.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485E78 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 94 120 -
CMYK 0.40 0.22 0 0.53
HSL 212.5º 0.25% 0.38% -
HSV(B) 212.5º 0.4% 0.47% -
XYZ 10.07 10.74 19.31 -
YUV 90.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 72 94 120 0.40 0.22 0 0.53 212.5 0.25 0.38
Hex 48 5E 78 28 16 0 35 D4 19 26
Octal 110 136 170 50 26 0 65 324 31 46
Binary 1001000 1011110 1111000 101000 10110 0 110101 11010100 11001 100110

Color Harmonies of #485E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E78

Black with #485E78

Text Example


Text Example

White with #485E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485E78; }

 p { color: rgb(72,94,120); }

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

background-color css

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

 a { background-color: rgb(72,94,120); }

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

border-color css

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

 span { border-color: rgb(72,94,120); }

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