Html Css Color HEX #484A95 Governor Bay

📋 copy color: '#484A95'

red 72 ◦ green 74 ◦ blue 149

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

Shades of Governor Bay #484A95

Tints of Governor Bay #484A95

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 24.41%
G = 25.08%
B = 50.51%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#484A95 (or 0x484A95) is known color: Governor Bay. HEX triplet: 48, 4A and 95. RGB value is (72,74,149). Sum of RGB (Red+Green+Blue) = 72+74+149=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #484A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A95 is #B7B56A. Grayscale: #515151. Windows color (decimal): -12039531 or 9783880. OLE color: 9783880.

HSL color Cylindrical-coordinate representation of color #484A95: hue angle of 238.44º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #484A95 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 74 149 -
CMYK 0.52 0.50 0 0.42
HSL 238.44º 0.35% 0.43% -
HSV(B) 238.44º 0.52% 0.58% -
XYZ 10.55 8.45 29.51 -
YUV 81.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 72 74 149 0.52 0.50 0 0.42 238.44 0.35 0.43
Hex 48 4A 95 34 32 0 2A EE 23 2B
Octal 110 112 225 64 62 0 52 356 43 53
Binary 1001000 1001010 10010101 110100 110010 0 101010 11101110 100011 101011

Color Harmonies of #484A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A95

Black with #484A95

Text Example


Text Example

White with #484A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,74,149); }

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

background-color css

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

 a { background-color: rgb(72,74,149); }

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

border-color css

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

 span { border-color: rgb(72,74,149); }

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