Html Css Color HEX #4B5486 Governor Bay

📋 copy color: '#4B5486'

red 75 ◦ green 84 ◦ blue 134

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

Shades of Governor Bay #4B5486

Tints of Governor Bay #4B5486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.73%

R = 25.6%
G = 28.67%
B = 45.73%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4B5486 (or 0x4B5486) is known color: Governor Bay. HEX triplet: 4B, 54 and 86. RGB value is (75,84,134). Sum of RGB (Red+Green+Blue) = 75+84+134=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #4B5486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5486 is #B4AB79. Grayscale: #565656. Windows color (decimal): -11840378 or 8803403. OLE color: 8803403.

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

Color convert

RGB 75 84 134 -
CMYK 0.44 0.37 0 0.47
HSL 230.85º 0.28% 0.41% -
HSV(B) 230.85º 0.44% 0.53% -
XYZ 10.38 9.56 23.85 -
YUV 87.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 75 84 134 0.44 0.37 0 0.47 230.85 0.28 0.41
Hex 4B 54 86 2C 25 0 2F E7 1C 29
Octal 113 124 206 54 45 0 57 347 34 51
Binary 1001011 1010100 10000110 101100 100101 0 101111 11100111 11100 101001

Color Harmonies of #4B5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5486

Black with #4B5486

Text Example


Text Example

White with #4B5486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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