Html Css Color HEX #484F9F Governor Bay

📋 copy color: '#484F9F'

red 72 ◦ green 79 ◦ blue 159

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

Shades of Governor Bay #484F9F

Tints of Governor Bay #484F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 23.23%
G = 25.48%
B = 51.29%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#484F9F (or 0x484F9F) is known color: Governor Bay. HEX triplet: 48, 4F and 9F. RGB value is (72,79,159). Sum of RGB (Red+Green+Blue) = 72+79+159=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #484F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F9F is #B7B060. Grayscale: #555555. Windows color (decimal): -12038241 or 10440520. OLE color: 10440520.

HSL color Cylindrical-coordinate representation of color #484F9F: hue angle of 235.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484F9F is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 79 159 -
CMYK 0.55 0.50 0 0.38
HSL 235.17º 0.38% 0.45% -
HSV(B) 235.17º 0.55% 0.62% -
XYZ 11.73 9.47 34.01 -
YUV 86.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 72 79 159 0.55 0.50 0 0.38 235.17 0.38 0.45
Hex 48 4F 9F 37 32 0 26 EB 26 2D
Octal 110 117 237 67 62 0 46 353 46 55
Binary 1001000 1001111 10011111 110111 110010 0 100110 11101011 100110 101101

Color Harmonies of #484F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F9F

Black with #484F9F

Text Example


Text Example

White with #484F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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