Html Css Color HEX #484C9F Governor Bay

📋 copy color: '#484C9F'

red 72 ◦ green 76 ◦ blue 159

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

Shades of Governor Bay #484C9F

Tints of Governor Bay #484C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 23.45%
G = 24.76%
B = 51.79%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#484C9F (or 0x484C9F) is known color: Governor Bay. HEX triplet: 48, 4C and 9F. RGB value is (72,76,159). Sum of RGB (Red+Green+Blue) = 72+76+159=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #484C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484C9F is #B7B360. Grayscale: #535353. Windows color (decimal): -12039009 or 10439752. OLE color: 10439752.

HSL color Cylindrical-coordinate representation of color #484C9F: hue angle of 237.24º 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 #484C9F is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 76 159 -
CMYK 0.55 0.52 0 0.38
HSL 237.24º 0.38% 0.45% -
HSV(B) 237.24º 0.55% 0.62% -
XYZ 11.51 9.05 33.94 -
YUV 84.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 72 76 159 0.55 0.52 0 0.38 237.24 0.38 0.45
Hex 48 4C 9F 37 34 0 26 ED 26 2D
Octal 110 114 237 67 64 0 46 355 46 55
Binary 1001000 1001100 10011111 110111 110100 0 100110 11101101 100110 101101

Color Harmonies of #484C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C9F

Black with #484C9F

Text Example


Text Example

White with #484C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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