Html Css Color HEX #4B4997 Governor Bay

📋 copy color: '#4B4997'

red 75 ◦ green 73 ◦ blue 151

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

Shades of Governor Bay #4B4997

Tints of Governor Bay #4B4997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 25.08%
G = 24.41%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B4997 (or 0x4B4997) is known color: Governor Bay. HEX triplet: 4B, 49 and 97. RGB value is (75,73,151). Sum of RGB (Red+Green+Blue) = 75+73+151=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B4997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4997 is #B4B668. Grayscale: #525252. Windows color (decimal): -11843177 or 9914699. OLE color: 9914699.

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

Color convert

RGB 75 73 151 -
CMYK 0.50 0.52 0 0.41
HSL 241.54º 0.35% 0.44% -
HSV(B) 241.54º 0.52% 0.59% -
XYZ 10.87 8.5 30.35 -
YUV 82.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 75 73 151 0.50 0.52 0 0.41 241.54 0.35 0.44
Hex 4B 49 97 32 34 0 29 F2 23 2C
Octal 113 111 227 62 64 0 51 362 43 54
Binary 1001011 1001001 10010111 110010 110100 0 101001 11110010 100011 101100

Color Harmonies of #4B4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4997

Black with #4B4997

Text Example


Text Example

White with #4B4997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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