Html Css Color HEX #4B5398 Governor Bay

📋 copy color: '#4B5398'

red 75 ◦ green 83 ◦ blue 152

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

Shades of Governor Bay #4B5398

Tints of Governor Bay #4B5398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 24.19%
G = 26.77%
B = 49.03%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4B5398 (or 0x4B5398) is known color: Governor Bay. HEX triplet: 4B, 53 and 98. RGB value is (75,83,152). Sum of RGB (Red+Green+Blue) = 75+83+152=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B5398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5398 is #B4AC67. Grayscale: #585858. Windows color (decimal): -11840616 or 9982795. OLE color: 9982795.

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

Color convert

RGB 75 83 152 -
CMYK 0.51 0.45 0 0.40
HSL 233.77º 0.34% 0.45% -
HSV(B) 233.77º 0.51% 0.6% -
XYZ 11.66 9.95 31.01 -
YUV 88.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 75 83 152 0.51 0.45 0 0.40 233.77 0.34 0.45
Hex 4B 53 98 33 2D 0 28 EA 22 2D
Octal 113 123 230 63 55 0 50 352 42 55
Binary 1001011 1010011 10011000 110011 101101 0 101000 11101010 100010 101101

Color Harmonies of #4B5398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5398

Black with #4B5398

Text Example


Text Example

White with #4B5398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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