#4B4FAA

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

Shades of Governor Bay #4B4FAA

Tints of Governor Bay #4B4FAA

Color information

#4B4FAA (or 0x4B4FAA) is unknown color: approx Governor Bay. HEX triplet: 4B, 4F and AA. RGB value is (75,79,170). Sum of RGB (Red+Green+Blue) = 75+79+170=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B4FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4FAA is #B4B055. Grayscale: #575757. Windows color (decimal): -11841622 or 11161419. OLE color: 11161419.

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

Color convert

RGB7579170-
CMYK0.560.5400.33
HSL237.47º38.78%48.04%-
HSV(B)237.47º55.88%66.67%-
XYZ12.959.9939.28-
YUV88.18174.17118.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=23.15%
G=24.38%
B=52.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75791700.560.5400.33237.4738.7848.04
Hex4B4FAA3836021ed2730
Octal11311725270660413554760
Binary1001011100111110101010111000110110010000111101101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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