#4B5694

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

Shades of Governor Bay #4B5694

Tints of Governor Bay #4B5694

Color information

#4B5694 (or 0x4B5694) is unknown color: approx Governor Bay. HEX triplet: 4B, 56 and 94. RGB value is (75,86,148). Sum of RGB (Red+Green+Blue) = 75+86+148=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B5694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5694 is #B4A96B. Grayscale: #595959. Windows color (decimal): -11839852 or 9721419. OLE color: 9721419.

HSL color Cylindrical-coordinate representation of color #4B5694: hue angle of 230.96º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B5694 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7586148-
CMYK0.490.4200.42
HSL230.96º32.74%43.73%-
HSV(B)230.96º49.32%58.04%-
XYZ11.5710.2929.39-
YUV89.78160.86117.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=24.27%
G=27.83%
B=47.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75861480.490.4200.42230.9632.7443.73
Hex4B5694312A02Ae7212c
Octal11312622461520523474154
Binary1001011101011010010100110001101010010101011100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,148); }

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

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

 a { background-color: rgb(75,86,148); }

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

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

 span { border-color: rgb(75,86,148); }

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