Html Css Color HEX #4B4996 Governor Bay

📋 copy color: '#4B4996'

red 75 ◦ green 73 ◦ blue 150

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

Shades of Governor Bay #4B4996

Tints of Governor Bay #4B4996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 25.17%
G = 24.5%
B = 50.34%

CMYK

 C value IS 0.5

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B4996 (or 0x4B4996) is known color: Governor Bay. HEX triplet: 4B, 49 and 96. RGB value is (75,73,150). Sum of RGB (Red+Green+Blue) = 75+73+150=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B4996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4996 is #B4B669. Grayscale: #525252. Windows color (decimal): -11843178 or 9849163. OLE color: 9849163.

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

Color convert

RGB 75 73 150 -
CMYK 0.5 0.51 0 0.41
HSL 241.56º 0.35% 0.44% -
HSV(B) 241.56º 0.51% 0.59% -
XYZ 10.79 8.46 29.92 -
YUV 82.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 75 73 150 0.5 0.51 0 0.41 241.56 0.35 0.44
Hex 4B 49 96 32 33 0 29 F2 23 2C
Octal 113 111 226 62 63 0 51 362 43 54
Binary 1001011 1001001 10010110 110010 110011 0 101001 11110010 100011 101100

Color Harmonies of #4B4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4996

Black with #4B4996

Text Example


Text Example

White with #4B4996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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