Html Css Color HEX #484D89 Governor Bay

📋 copy color: '#484D89'

red 72 ◦ green 77 ◦ blue 137

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

Shades of Governor Bay #484D89

Tints of Governor Bay #484D89

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.92%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 25.17%
G = 26.92%
B = 47.9%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#484D89 (or 0x484D89) is known color: Governor Bay. HEX triplet: 48, 4D and 89. RGB value is (72,77,137). Sum of RGB (Red+Green+Blue) = 72+77+137=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #484D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D89 is #B7B276. Grayscale: #525252. Windows color (decimal): -12038775 or 8998216. OLE color: 8998216.

HSL color Cylindrical-coordinate representation of color #484D89: hue angle of 235.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484D89 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 77 137 -
CMYK 0.47 0.44 0 0.46
HSL 235.38º 0.31% 0.41% -
HSV(B) 235.38º 0.47% 0.54% -
XYZ 9.84 8.49 24.79 -
YUV 82.35 158.84 120.62 -
System Red Green Blue C M Y K H S L
Decimal 72 77 137 0.47 0.44 0 0.46 235.38 0.31 0.41
Hex 48 4D 89 2F 2C 0 2E EB 1F 29
Octal 110 115 211 57 54 0 56 353 37 51
Binary 1001000 1001101 10001001 101111 101100 0 101110 11101011 11111 101001

Color Harmonies of #484D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D89

Black with #484D89

Text Example


Text Example

White with #484D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,137); }

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

background-color css

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

 a { background-color: rgb(72,77,137); }

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

border-color css

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

 span { border-color: rgb(72,77,137); }

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