Html Css Color HEX #485495 Governor Bay

📋 copy color: '#485495'

red 72 ◦ green 84 ◦ blue 149

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

Shades of Governor Bay #485495

Tints of Governor Bay #485495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 23.61%
G = 27.54%
B = 48.85%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#485495 (or 0x485495) is known color: Governor Bay. HEX triplet: 48, 54 and 95. RGB value is (72,84,149). Sum of RGB (Red+Green+Blue) = 72+84+149=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #485495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485495 is #B7AB6A. Grayscale: #575757. Windows color (decimal): -12036971 or 9786440. OLE color: 9786440.

HSL color Cylindrical-coordinate representation of color #485495: hue angle of 230.65º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485495 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 84 149 -
CMYK 0.52 0.44 0 0.42
HSL 230.65º 0.35% 0.43% -
HSV(B) 230.65º 0.52% 0.58% -
XYZ 11.27 9.89 29.75 -
YUV 87.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 72 84 149 0.52 0.44 0 0.42 230.65 0.35 0.43
Hex 48 54 95 34 2C 0 2A E7 23 2B
Octal 110 124 225 64 54 0 52 347 43 53
Binary 1001000 1010100 10010101 110100 101100 0 101010 11100111 100011 101011

Color Harmonies of #485495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485495

Black with #485495

Text Example


Text Example

White with #485495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485495; }

 p { color: rgb(72,84,149); }

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

background-color css

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

 a { background-color: rgb(72,84,149); }

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

border-color css

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

 span { border-color: rgb(72,84,149); }

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