Html Css Color HEX #485A87 Chambray

📋 copy color: '#485A87'

red 72 ◦ green 90 ◦ blue 135

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

Shades of Chambray #485A87

Tints of Chambray #485A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 135 (53.13% from 255) = 45.45%

R = 24.24%
G = 30.3%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#485A87 (or 0x485A87) is known color: Chambray. HEX triplet: 48, 5A and 87. RGB value is (72,90,135). Sum of RGB (Red+Green+Blue) = 72+90+135=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #485A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A87 is #B7A578. Grayscale: #595959. Windows color (decimal): -12035449 or 8870472. OLE color: 8870472.

HSL color Cylindrical-coordinate representation of color #485A87: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485A87 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 90 135 -
CMYK 0.47 0.33 0 0.47
HSL 222.86º 0.3% 0.41% -
HSV(B) 222.86º 0.47% 0.53% -
XYZ 10.7 10.44 24.37 -
YUV 89.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 72 90 135 0.47 0.33 0 0.47 222.86 0.3 0.41
Hex 48 5A 87 2F 21 0 2F DF 1E 29
Octal 110 132 207 57 41 0 57 337 36 51
Binary 1001000 1011010 10000111 101111 100001 0 101111 11011111 11110 101001

Color Harmonies of #485A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A87

Black with #485A87

Text Example


Text Example

White with #485A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,90,135); }

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

background-color css

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

 a { background-color: rgb(72,90,135); }

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

border-color css

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

 span { border-color: rgb(72,90,135); }

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