Html Css Color HEX #484F98 Governor Bay

📋 copy color: '#484F98'

red 72 ◦ green 79 ◦ blue 152

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

Shades of Governor Bay #484F98

Tints of Governor Bay #484F98

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 value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#484F98 (or 0x484F98) is known color: 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

RGB 72 79 152 -
CMYK 0.53 0.48 0 0.40
HSL 234.75º 0.36% 0.44% -
HSV(B) 234.75º 0.53% 0.6% -
XYZ 11.14 9.24 30.9 -
YUV 85.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 72 79 152 0.53 0.48 0 0.40 234.75 0.36 0.44
Hex 48 4F 98 35 30 0 28 EB 24 2C
Octal 110 117 230 65 60 0 50 353 44 54
Binary 1001000 1001111 10011000 110101 110000 0 101000 11101011 100100 101100

Color Harmonies of #484F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F98

Black with #484F98

Text Example


Text Example

White with #484F98

Text Example


Text Example

HTML Codes & Css Web 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>