Html Css Color HEX #4B5099 Governor Bay

📋 copy color: '#4B5099'

red 75 ◦ green 80 ◦ blue 153

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

Shades of Governor Bay #4B5099

Tints of Governor Bay #4B5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 24.35%
G = 25.97%
B = 49.68%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4B5099 (or 0x4B5099) is known color: Governor Bay. HEX triplet: 4B, 50 and 99. RGB value is (75,80,153). Sum of RGB (Red+Green+Blue) = 75+80+153=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B5099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5099 is #B4AF66. Grayscale: #565656. Windows color (decimal): -11841383 or 10047563. OLE color: 10047563.

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

Color convert

RGB 75 80 153 -
CMYK 0.51 0.48 0 0.4
HSL 236.15º 0.34% 0.45% -
HSV(B) 236.15º 0.51% 0.6% -
XYZ 11.52 9.53 31.37 -
YUV 86.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 75 80 153 0.51 0.48 0 0.4 236.15 0.34 0.45
Hex 4B 50 99 33 30 0 28 EC 22 2D
Octal 113 120 231 63 60 0 50 354 42 55
Binary 1001011 1010000 10011001 110011 110000 0 101000 11101100 100010 101101

Color Harmonies of #4B5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5099

Black with #4B5099

Text Example


Text Example

White with #4B5099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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