Html Css Color HEX #484A99 Governor Bay

📋 copy color: '#484A99'

red 72 ◦ green 74 ◦ blue 153

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

Shades of Governor Bay #484A99

Tints of Governor Bay #484A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 24.08%
G = 24.75%
B = 51.17%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#484A99 (or 0x484A99) is known color: Governor Bay. HEX triplet: 48, 4A and 99. RGB value is (72,74,153). Sum of RGB (Red+Green+Blue) = 72+74+153=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #484A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A99 is #B7B566. Grayscale: #525252. Windows color (decimal): -12039527 or 10046024. OLE color: 10046024.

HSL color Cylindrical-coordinate representation of color #484A99: hue angle of 238.52º 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 #484A99 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 74 153 -
CMYK 0.53 0.52 0 0.4
HSL 238.52º 0.36% 0.44% -
HSV(B) 238.52º 0.53% 0.6% -
XYZ 10.87 8.58 31.22 -
YUV 82.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 72 74 153 0.53 0.52 0 0.4 238.52 0.36 0.44
Hex 48 4A 99 35 34 0 28 EF 24 2C
Octal 110 112 231 65 64 0 50 357 44 54
Binary 1001000 1001010 10011001 110101 110100 0 101000 11101111 100100 101100

Color Harmonies of #484A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A99

Black with #484A99

Text Example


Text Example

White with #484A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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