#4B4AAA

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

Shades of Governor Bay #4B4AAA

Tints of Governor Bay #4B4AAA

Color information

#4B4AAA (or 0x4B4AAA) is unknown color: approx Governor Bay. HEX triplet: 4B, 4A and AA. RGB value is (75,74,170). Sum of RGB (Red+Green+Blue) = 75+74+170=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4AAA is #B4B555. Grayscale: #545454. Windows color (decimal): -11842902 or 11160139. OLE color: 11160139.

HSL color Cylindrical-coordinate representation of color #4B4AAA: hue angle of 240.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4AAA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7574170-
CMYK0.560.5600.33
HSL240.62º39.34%47.84%-
HSV(B)240.62º56.47%66.67%-
XYZ12.619.339.16-
YUV85.24175.83120.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=23.51%
G=23.20%
B=53.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75741700.560.5600.33240.6239.3447.84
Hex4B4AAA3838021f12730
Octal11311225270700413614760
Binary1001011100101010101010111000111000010000111110001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B4AAA; }

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

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

<style>
 a { background-color: #4B4AAA; }

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

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

<style>
 span { border-color: #4B4AAA; }

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

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