Html Css Color HEX #484993 Governor Bay

📋 copy color: '#484993'

red 72 ◦ green 73 ◦ blue 147

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

Shades of Governor Bay #484993

Tints of Governor Bay #484993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 24.66%
G = 25%
B = 50.34%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484993 (or 0x484993) is known color: Governor Bay. HEX triplet: 48, 49 and 93. RGB value is (72,73,147). Sum of RGB (Red+Green+Blue) = 72+73+147=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #484993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484993 is #B7B66C. Grayscale: #505050. Windows color (decimal): -12039789 or 9652552. OLE color: 9652552.

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

Color convert

RGB 72 73 147 -
CMYK 0.51 0.50 0 0.42
HSL 239.2º 0.34% 0.43% -
HSV(B) 239.2º 0.51% 0.58% -
XYZ 10.32 8.25 28.65 -
YUV 81.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 72 73 147 0.51 0.50 0 0.42 239.2 0.34 0.43
Hex 48 49 93 33 32 0 2A EF 22 2B
Octal 110 111 223 63 62 0 52 357 42 53
Binary 1001000 1001001 10010011 110011 110010 0 101010 11101111 100010 101011

Color Harmonies of #484993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484993

Black with #484993

Text Example


Text Example

White with #484993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484993; }

 p { color: rgb(72,73,147); }

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

background-color css

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

 a { background-color: rgb(72,73,147); }

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

border-color css

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

 span { border-color: rgb(72,73,147); }

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