Html Css Color HEX #4B5896 Governor Bay

📋 copy color: '#4B5896'

red 75 ◦ green 88 ◦ blue 150

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

Shades of Governor Bay #4B5896

Tints of Governor Bay #4B5896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 23.96%
G = 28.12%
B = 47.92%

CMYK

 C value IS 0.5

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B5896 (or 0x4B5896) is known color: Governor Bay. HEX triplet: 4B, 58 and 96. RGB value is (75,88,150). Sum of RGB (Red+Green+Blue) = 75+88+150=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B5896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5896 is #B4A769. Grayscale: #5A5A5A. Windows color (decimal): -11839338 or 9853003. OLE color: 9853003.

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

Color convert

RGB 75 88 150 -
CMYK 0.5 0.41 0 0.41
HSL 229.6º 0.33% 0.44% -
HSV(B) 229.6º 0.5% 0.59% -
XYZ 11.9 10.68 30.29 -
YUV 91.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 75 88 150 0.5 0.41 0 0.41 229.6 0.33 0.44
Hex 4B 58 96 32 29 0 29 E6 21 2C
Octal 113 130 226 62 51 0 51 346 41 54
Binary 1001011 1011000 10010110 110010 101001 0 101001 11100110 100001 101100

Color Harmonies of #4B5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5896

Black with #4B5896

Text Example


Text Example

White with #4B5896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,150); }

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

background-color css

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

 a { background-color: rgb(75,88,150); }

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

border-color css

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

 span { border-color: rgb(75,88,150); }

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