Html Css Color HEX #4B5299 Governor Bay

📋 copy color: '#4B5299'

red 75 ◦ green 82 ◦ blue 153

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

Shades of Governor Bay #4B5299

Tints of Governor Bay #4B5299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 24.19%
G = 26.45%
B = 49.35%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4B5299 (or 0x4B5299) is known color: Governor Bay. HEX triplet: 4B, 52 and 99. RGB value is (75,82,153). Sum of RGB (Red+Green+Blue) = 75+82+153=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B5299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5299 is #B4AD66. Grayscale: #575757. Windows color (decimal): -11840871 or 10048075. OLE color: 10048075.

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

Color convert

RGB 75 82 153 -
CMYK 0.51 0.46 0 0.4
HSL 234.62º 0.34% 0.45% -
HSV(B) 234.62º 0.51% 0.6% -
XYZ 11.67 9.83 31.42 -
YUV 88 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 75 82 153 0.51 0.46 0 0.4 234.62 0.34 0.45
Hex 4B 52 99 33 2E 0 28 EB 22 2D
Octal 113 122 231 63 56 0 50 353 42 55
Binary 1001011 1010010 10011001 110011 101110 0 101000 11101011 100010 101101

Color Harmonies of #4B5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5299

Black with #4B5299

Text Example


Text Example

White with #4B5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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