Html Css Color HEX #4B5199 Governor Bay

📋 copy color: '#4B5199'

red 75 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #4B5199

Tints of Governor Bay #4B5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 24.27%
G = 26.21%
B = 49.51%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4B5199 (or 0x4B5199) is known color: Governor Bay. HEX triplet: 4B, 51 and 99. RGB value is (75,81,153). Sum of RGB (Red+Green+Blue) = 75+81+153=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B5199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5199 is #B4AE66. Grayscale: #575757. Windows color (decimal): -11841127 or 10047819. OLE color: 10047819.

HSL color Cylindrical-coordinate representation of color #4B5199: hue angle of 235.38º 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 #4B5199 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 75 81 153 -
CMYK 0.51 0.47 0 0.4
HSL 235.38º 0.34% 0.45% -
HSV(B) 235.38º 0.51% 0.6% -
XYZ 11.59 9.68 31.39 -
YUV 87.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 75 81 153 0.51 0.47 0 0.4 235.38 0.34 0.45
Hex 4B 51 99 33 2F 0 28 EB 22 2D
Octal 113 121 231 63 57 0 50 353 42 55
Binary 1001011 1010001 10011001 110011 101111 0 101000 11101011 100010 101101

Color Harmonies of #4B5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5199

Black with #4B5199

Text Example


Text Example

White with #4B5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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