#484AAA

Color #484AAA Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #484AAA

Tints of Governor Bay #484AAA

Color information

#484AAA (or 0x484AAA) is unknown color: approx Governor Bay. HEX triplet: 48, 4A and AA. RGB value is (72,74,170). Sum of RGB (Red+Green+Blue) = 72+74+170=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #484AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484AAA is #B7B555. Grayscale: #535353. Windows color (decimal): -12039510 or 11160136. OLE color: 11160136.

HSL color Cylindrical-coordinate representation of color #484AAA: hue angle of 238.78º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484AAA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7274170-
CMYK0.580.5600.33
HSL238.78º40.5%47.45%-
HSV(B)238.78º57.65%66.67%-
XYZ12.389.1839.15-
YUV84.35176.34119.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=22.78%
G=23.42%
B=53.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72741700.580.5600.33238.7840.547.45
Hex484AAA3A38021ef282f
Octal11011225272700413575057
Binary1001000100101010101010111010111000010000111101111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484AAA;
 }
 .AnyTagClassName
 {
   color: #484AAA;
 }
</style>
background-color css

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

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

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

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

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

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