Html Css Color HEX #485E81 Chambray

📋 copy color: '#485E81'

red 72 ◦ green 94 ◦ blue 129

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

Shades of Chambray #485E81

Tints of Chambray #485E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 24.41%
G = 31.86%
B = 43.73%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485E81 (or 0x485E81) is known color: Chambray. HEX triplet: 48, 5E and 81. RGB value is (72,94,129). Sum of RGB (Red+Green+Blue) = 72+94+129=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #485E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E81 is #B7A17E. Grayscale: #5B5B5B. Windows color (decimal): -12034431 or 8478280. OLE color: 8478280.

HSL color Cylindrical-coordinate representation of color #485E81: hue angle of 216.84º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485E81 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 94 129 -
CMYK 0.44 0.27 0 0.49
HSL 216.84º 0.28% 0.39% -
HSV(B) 216.84º 0.44% 0.51% -
XYZ 10.64 10.97 22.33 -
YUV 91.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 72 94 129 0.44 0.27 0 0.49 216.84 0.28 0.39
Hex 48 5E 81 2C 1B 0 31 D9 1C 27
Octal 110 136 201 54 33 0 61 331 34 47
Binary 1001000 1011110 10000001 101100 11011 0 110001 11011001 11100 100111

Color Harmonies of #485E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E81

Black with #485E81

Text Example


Text Example

White with #485E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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