Html Css Color HEX #484F89 Governor Bay

📋 copy color: '#484F89'

red 72 ◦ green 79 ◦ blue 137

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

Shades of Governor Bay #484F89

Tints of Governor Bay #484F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

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

R = 25%
G = 27.43%
B = 47.57%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#484F89 (or 0x484F89) is known color: Governor Bay. HEX triplet: 48, 4F and 89. RGB value is (72,79,137). Sum of RGB (Red+Green+Blue) = 72+79+137=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #484F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F89 is #B7B076. Grayscale: #535353. Windows color (decimal): -12038263 or 8998728. OLE color: 8998728.

HSL color Cylindrical-coordinate representation of color #484F89: hue angle of 233.54º 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 #484F89 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 79 137 -
CMYK 0.47 0.42 0 0.46
HSL 233.54º 0.31% 0.41% -
HSV(B) 233.54º 0.47% 0.54% -
XYZ 9.98 8.78 24.83 -
YUV 83.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 72 79 137 0.47 0.42 0 0.46 233.54 0.31 0.41
Hex 48 4F 89 2F 2A 0 2E EA 1F 29
Octal 110 117 211 57 52 0 56 352 37 51
Binary 1001000 1001111 10001001 101111 101010 0 101110 11101010 11111 101001

Color Harmonies of #484F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F89

Black with #484F89

Text Example


Text Example

White with #484F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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