Html Css Color HEX #4B5198 Governor Bay

📋 copy color: '#4B5198'

red 75 ◦ green 81 ◦ blue 152

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

Shades of Governor Bay #4B5198

Tints of Governor Bay #4B5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

 BLUE value IS 152 (59.77% from 255) = 49.35%

R = 24.35%
G = 26.3%
B = 49.35%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4B5198 (or 0x4B5198) is known color: Governor Bay. HEX triplet: 4B, 51 and 98. RGB value is (75,81,152). Sum of RGB (Red+Green+Blue) = 75+81+152=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B5198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5198 is #B4AE67. Grayscale: #575757. Windows color (decimal): -11841128 or 9982283. OLE color: 9982283.

HSL color Cylindrical-coordinate representation of color #4B5198: hue angle of 235.32º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B5198 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 81 152 -
CMYK 0.51 0.47 0 0.40
HSL 235.32º 0.34% 0.45% -
HSV(B) 235.32º 0.51% 0.6% -
XYZ 11.51 9.65 30.96 -
YUV 87.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 75 81 152 0.51 0.47 0 0.40 235.32 0.34 0.45
Hex 4B 51 98 33 2F 0 28 EB 22 2D
Octal 113 121 230 63 57 0 50 353 42 55
Binary 1001011 1010001 10011000 110011 101111 0 101000 11101011 100010 101101

Color Harmonies of #4B5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5198

Black with #4B5198

Text Example


Text Example

White with #4B5198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,81,152); }

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

background-color css

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

 a { background-color: rgb(75,81,152); }

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

border-color css

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

 span { border-color: rgb(75,81,152); }

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