Html Css Color HEX #485F89 Wedgewood

📋 copy color: '#485F89'

red 72 ◦ green 95 ◦ blue 137

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

Shades of Wedgewood #485F89

Tints of Wedgewood #485F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 23.68%
G = 31.25%
B = 45.07%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#485F89 (or 0x485F89) is known color: Wedgewood. HEX triplet: 48, 5F and 89. RGB value is (72,95,137). Sum of RGB (Red+Green+Blue) = 72+95+137=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #485F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F89 is #B7A076. Grayscale: #5C5C5C. Windows color (decimal): -12034167 or 9002824. OLE color: 9002824.

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

Color convert

RGB 72 95 137 -
CMYK 0.47 0.31 0 0.46
HSL 218.77º 0.31% 0.41% -
HSV(B) 218.77º 0.47% 0.54% -
XYZ 11.28 11.37 25.27 -
YUV 92.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 72 95 137 0.47 0.31 0 0.46 218.77 0.31 0.41
Hex 48 5F 89 2F 1F 0 2E DB 1F 29
Octal 110 137 211 57 37 0 56 333 37 51
Binary 1001000 1011111 10001001 101111 11111 0 101110 11011011 11111 101001

Color Harmonies of #485F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F89

Black with #485F89

Text Example


Text Example

White with #485F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,137); }

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

background-color css

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

 a { background-color: rgb(72,95,137); }

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

border-color css

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

 span { border-color: rgb(72,95,137); }

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