Html Css Color HEX #484E98 Governor Bay

📋 copy color: '#484E98'

red 72 ◦ green 78 ◦ blue 152

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

Shades of Governor Bay #484E98

Tints of Governor Bay #484E98

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 23.84%
G = 25.83%
B = 50.33%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#484E98 (or 0x484E98) is known color: Governor Bay. HEX triplet: 48, 4E and 98. RGB value is (72,78,152). Sum of RGB (Red+Green+Blue) = 72+78+152=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #484E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E98 is #B7B167. Grayscale: #545454. Windows color (decimal): -12038504 or 9981512. OLE color: 9981512.

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

Color convert

RGB 72 78 152 -
CMYK 0.53 0.49 0 0.40
HSL 235.5º 0.36% 0.44% -
HSV(B) 235.5º 0.53% 0.6% -
XYZ 11.06 9.09 30.88 -
YUV 84.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 72 78 152 0.53 0.49 0 0.40 235.5 0.36 0.44
Hex 48 4E 98 35 31 0 28 EC 24 2C
Octal 110 116 230 65 61 0 50 354 44 54
Binary 1001000 1001110 10011000 110101 110001 0 101000 11101100 100100 101100

Color Harmonies of #484E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E98

Black with #484E98

Text Example


Text Example

White with #484E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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