Html Css Color HEX #484E99 Governor Bay

📋 copy color: '#484E99'

red 72 ◦ green 78 ◦ blue 153

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

Shades of Governor Bay #484E99

Tints of Governor Bay #484E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 23.76%
G = 25.74%
B = 50.5%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#484E99 (or 0x484E99) is known color: Governor Bay. HEX triplet: 48, 4E and 99. RGB value is (72,78,153). Sum of RGB (Red+Green+Blue) = 72+78+153=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #484E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E99 is #B7B166. Grayscale: #545454. Windows color (decimal): -12038503 or 10047048. OLE color: 10047048.

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

Color convert

RGB 72 78 153 -
CMYK 0.53 0.49 0 0.4
HSL 235.56º 0.36% 0.44% -
HSV(B) 235.56º 0.53% 0.6% -
XYZ 11.15 9.13 31.31 -
YUV 84.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 72 78 153 0.53 0.49 0 0.4 235.56 0.36 0.44
Hex 48 4E 99 35 31 0 28 EC 24 2C
Octal 110 116 231 65 61 0 50 354 44 54
Binary 1001000 1001110 10011001 110101 110001 0 101000 11101100 100100 101100

Color Harmonies of #484E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E99

Black with #484E99

Text Example


Text Example

White with #484E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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