#4B4CAA

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

Shades of Governor Bay #4B4CAA

Tints of Governor Bay #4B4CAA

Color information

#4B4CAA (or 0x4B4CAA) is unknown color: approx Governor Bay. HEX triplet: 4B, 4C and AA. RGB value is (75,76,170). Sum of RGB (Red+Green+Blue) = 75+76+170=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B4CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4CAA is #B4B355. Grayscale: #565656. Windows color (decimal): -11842390 or 11160651. OLE color: 11160651.

HSL color Cylindrical-coordinate representation of color #4B4CAA: hue angle of 239.37º 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 #4B4CAA is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7576170-
CMYK0.560.5500.33
HSL239.37º38.78%48.04%-
HSV(B)239.37º55.88%66.67%-
XYZ12.749.5739.21-
YUV86.42175.17119.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=23.36%
G=23.68%
B=52.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75761700.560.5500.33239.3738.7848.04
Hex4B4CAA3837021ef2730
Octal11311425270670413574760
Binary1001011100110010101010111000110111010000111101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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