Html Css Color HEX #4B5995 Governor Bay

📋 copy color: '#4B5995'

red 75 ◦ green 89 ◦ blue 149

#4B5995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #4B5995

Tints of Governor Bay #4B5995

RGB

 RED value IS 75 (29.69% from 255) = 23.96%

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 23.96%
G = 28.43%
B = 47.6%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B5995 (or 0x4B5995) is known color: Governor Bay. HEX triplet: 4B, 59 and 95. RGB value is (75,89,149). Sum of RGB (Red+Green+Blue) = 75+89+149=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B5995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5995 is #B4A66A. Grayscale: #5B5B5B. Windows color (decimal): -11839083 or 9787723. OLE color: 9787723.

HSL color Cylindrical-coordinate representation of color #4B5995: hue angle of 228.65º 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 #4B5995 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 89 149 -
CMYK 0.50 0.40 0 0.42
HSL 228.65º 0.33% 0.44% -
HSV(B) 228.65º 0.5% 0.58% -
XYZ 11.9 10.81 29.89 -
YUV 91.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 75 89 149 0.50 0.40 0 0.42 228.65 0.33 0.44
Hex 4B 59 95 32 28 0 2A E5 21 2C
Octal 113 131 225 62 50 0 52 345 41 54
Binary 1001011 1011001 10010101 110010 101000 0 101010 11100101 100001 101100

Color Harmonies of #4B5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5995

Black with #4B5995

Text Example


Text Example

White with #4B5995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B5995;
 }
 .AnyTagClassName
 {
   color: #4B5995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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