Html Css Color HEX #484992 Governor Bay

📋 copy color: '#484992'

red 72 ◦ green 73 ◦ blue 146

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

Shades of Governor Bay #484992

Tints of Governor Bay #484992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 24.74%
G = 25.09%
B = 50.17%

CMYK

 C value IS 0.51

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484992 (or 0x484992) is known color: Governor Bay. HEX triplet: 48, 49 and 92. RGB value is (72,73,146). Sum of RGB (Red+Green+Blue) = 72+73+146=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #484992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484992 is #B7B66D. Grayscale: #505050. Windows color (decimal): -12039790 or 9587016. OLE color: 9587016.

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

Color convert

RGB 72 73 146 -
CMYK 0.51 0.5 0 0.43
HSL 239.19º 0.34% 0.43% -
HSV(B) 239.19º 0.51% 0.57% -
XYZ 10.24 8.22 28.24 -
YUV 81.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 72 73 146 0.51 0.5 0 0.43 239.19 0.34 0.43
Hex 48 49 92 33 32 0 2B EF 22 2B
Octal 110 111 222 63 62 0 53 357 42 53
Binary 1001000 1001001 10010010 110011 110010 0 101011 11101111 100010 101011

Color Harmonies of #484992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484992

Black with #484992

Text Example


Text Example

White with #484992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484992; }

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

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

background-color css

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

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

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

border-color css

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

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

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