Html Css Color HEX #485D8B Chambray

📋 copy color: '#485D8B'

red 72 ◦ green 93 ◦ blue 139

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

Shades of Chambray #485D8B

Tints of Chambray #485D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 23.68%
G = 30.59%
B = 45.72%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#485D8B (or 0x485D8B) is known color: Chambray. HEX triplet: 48, 5D and 8B. RGB value is (72,93,139). Sum of RGB (Red+Green+Blue) = 72+93+139=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #485D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D8B is #B7A274. Grayscale: #5B5B5B. Windows color (decimal): -12034677 or 9133384. OLE color: 9133384.

HSL color Cylindrical-coordinate representation of color #485D8B: hue angle of 221.19º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #485D8B is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 93 139 -
CMYK 0.48 0.33 0 0.45
HSL 221.19º 0.32% 0.41% -
HSV(B) 221.19º 0.48% 0.55% -
XYZ 11.25 11.07 25.97 -
YUV 91.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 72 93 139 0.48 0.33 0 0.45 221.19 0.32 0.41
Hex 48 5D 8B 30 21 0 2D DD 20 29
Octal 110 135 213 60 41 0 55 335 40 51
Binary 1001000 1011101 10001011 110000 100001 0 101101 11011101 100000 101001

Color Harmonies of #485D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D8B

Black with #485D8B

Text Example


Text Example

White with #485D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,139); }

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

background-color css

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

 a { background-color: rgb(72,93,139); }

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

border-color css

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

 span { border-color: rgb(72,93,139); }

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