Html Css Color HEX #485899 Governor Bay

📋 copy color: '#485899'

red 72 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #485899

Tints of Governor Bay #485899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 23%
G = 28.12%
B = 48.88%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#485899 (or 0x485899) is known color: Governor Bay. HEX triplet: 48, 58 and 99. RGB value is (72,88,153). Sum of RGB (Red+Green+Blue) = 72+88+153=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #485899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485899 is #B7A766. Grayscale: #5A5A5A. Windows color (decimal): -12035943 or 10049608. OLE color: 10049608.

HSL color Cylindrical-coordinate representation of color #485899: hue angle of 228.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485899 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 88 153 -
CMYK 0.53 0.42 0 0.4
HSL 228.15º 0.36% 0.44% -
HSV(B) 228.15º 0.53% 0.6% -
XYZ 11.91 10.66 31.57 -
YUV 90.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 72 88 153 0.53 0.42 0 0.4 228.15 0.36 0.44
Hex 48 58 99 35 2A 0 28 E4 24 2C
Octal 110 130 231 65 52 0 50 344 44 54
Binary 1001000 1011000 10011001 110101 101010 0 101000 11100100 100100 101100

Color Harmonies of #485899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485899

Black with #485899

Text Example


Text Example

White with #485899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485899; }

 p { color: rgb(72,88,153); }

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

background-color css

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

 a { background-color: rgb(72,88,153); }

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

border-color css

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

 span { border-color: rgb(72,88,153); }

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