#4B5095

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

Shades of Governor Bay #4B5095

Tints of Governor Bay #4B5095

Color information

#4B5095 (or 0x4B5095) is unknown color: approx Governor Bay. HEX triplet: 4B, 50 and 95. RGB value is (75,80,149). Sum of RGB (Red+Green+Blue) = 75+80+149=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B5095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5095 is #B4AF6A. Grayscale: #565656. Windows color (decimal): -11841387 or 9785419. OLE color: 9785419.

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

Color convert

RGB7580149-
CMYK0.500.4600.42
HSL235.95º33.04%43.92%-
HSV(B)235.95º49.66%58.43%-
XYZ11.29.429.66-
YUV86.37163.34119.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.67%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=24.67%
G=26.32%
B=49.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75801490.500.4600.42235.9533.0443.92
Hex4B5095322E02Aec212c
Octal11312022562560523544154
Binary1001011101000010010101110010101110010101011101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,149); }

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

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

 a { background-color: rgb(75,80,149); }

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

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

 span { border-color: rgb(75,80,149); }

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