#484F98

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

Shades of Governor Bay #484F98

Tints of Governor Bay #484F98

Color information

#484F98 (or 0x484F98) is unknown color: approx Governor Bay. HEX triplet: 48, 4F and 98. RGB value is (72,79,152). Sum of RGB (Red+Green+Blue) = 72+79+152=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #484F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F98 is #B7B067. Grayscale: #545454. Windows color (decimal): -12038248 or 9981768. OLE color: 9981768.

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

Color convert

RGB7279152-
CMYK0.530.4800.40
HSL234.75º35.71%43.92%-
HSV(B)234.75º52.63%59.61%-
XYZ11.149.2430.9-
YUV85.23165.68118.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=23.76%
G=26.07%
B=50.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72791520.530.4800.40234.7535.7143.92
Hex484F983530028eb242c
Octal11011723065600503534454
Binary1001000100111110011000110101110000010100011101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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