Html Css Color HEX #484699 Governor Bay

📋 copy color: '#484699'

red 72 ◦ green 70 ◦ blue 153

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

Shades of Governor Bay #484699

Tints of Governor Bay #484699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 24.41%
G = 23.73%
B = 51.86%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#484699 (or 0x484699) is known color: Governor Bay. HEX triplet: 48, 46 and 99. RGB value is (72,70,153). Sum of RGB (Red+Green+Blue) = 72+70+153=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #484699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484699 is #B7B966. Grayscale: #4F4F4F. Windows color (decimal): -12040551 or 10045000. OLE color: 10045000.

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

Color convert

RGB 72 70 153 -
CMYK 0.53 0.54 0 0.4
HSL 241.45º 0.37% 0.44% -
HSV(B) 241.45º 0.54% 0.6% -
XYZ 10.61 8.06 31.13 -
YUV 80.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 72 70 153 0.53 0.54 0 0.4 241.45 0.37 0.44
Hex 48 46 99 35 36 0 28 F1 25 2C
Octal 110 106 231 65 66 0 50 361 45 54
Binary 1001000 1000110 10011001 110101 110110 0 101000 11110001 100101 101100

Color Harmonies of #484699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484699

Black with #484699

Text Example


Text Example

White with #484699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484699; }

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

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

background-color css

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

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

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

border-color css

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

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

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