#484B98

Color #484B98 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #484B98

Tints of Governor Bay #484B98

Color information

#484B98 (or 0x484B98) is unknown color: approx Governor Bay. HEX triplet: 48, 4B and 98. RGB value is (72,75,152). Sum of RGB (Red+Green+Blue) = 72+75+152=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #484B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484B98 is #B7B467. Grayscale: #525252. Windows color (decimal): -12039272 or 9980744. OLE color: 9980744.

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

Color convert

RGB7275152-
CMYK0.530.5100.40
HSL237.75º35.71%43.92%-
HSV(B)237.75º52.63%59.61%-
XYZ10.868.6830.81-
YUV82.88167.01120.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=24.08%
G=25.08%
B=50.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72751520.530.5100.40237.7535.7143.92
Hex484B983533028ee242c
Octal11011323065630503564454
Binary1001000100101110011000110101110011010100011101110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,152); }

 H1.HeaderClassName
 {
   color: #484B98;
 }
 .AnyTagClassName
 {
   color: #484B98;
 }
</style>
background-color css

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

 a { background-color: rgb(72,75,152); }

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

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

 span { border-color: rgb(72,75,152); }

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