Html Css Color HEX #4B5488 Governor Bay

📋 copy color: '#4B5488'

red 75 ◦ green 84 ◦ blue 136

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

Shades of Governor Bay #4B5488

Tints of Governor Bay #4B5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 25.42%
G = 28.47%
B = 46.1%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4B5488 (or 0x4B5488) is known color: Governor Bay. HEX triplet: 4B, 54 and 88. RGB value is (75,84,136). Sum of RGB (Red+Green+Blue) = 75+84+136=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #4B5488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5488 is #B4AB77. Grayscale: #575757. Windows color (decimal): -11840376 or 8934475. OLE color: 8934475.

HSL color Cylindrical-coordinate representation of color #4B5488: hue angle of 231.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B5488 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 75 84 136 -
CMYK 0.45 0.38 0 0.47
HSL 231.15º 0.29% 0.41% -
HSV(B) 231.15º 0.45% 0.53% -
XYZ 10.52 9.61 24.59 -
YUV 87.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 75 84 136 0.45 0.38 0 0.47 231.15 0.29 0.41
Hex 4B 54 88 2D 26 0 2F E7 1D 29
Octal 113 124 210 55 46 0 57 347 35 51
Binary 1001011 1010100 10001000 101101 100110 0 101111 11100111 11101 101001

Color Harmonies of #4B5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5488

Black with #4B5488

Text Example


Text Example

White with #4B5488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,84,136); }

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

background-color css

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

 a { background-color: rgb(75,84,136); }

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

border-color css

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

 span { border-color: rgb(75,84,136); }

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