Html Css Color HEX #4B5698 Governor Bay

📋 copy color: '#4B5698'

red 75 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #4B5698

Tints of Governor Bay #4B5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 23.96%
G = 27.48%
B = 48.56%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4B5698 (or 0x4B5698) is known color: Governor Bay. HEX triplet: 4B, 56 and 98. RGB value is (75,86,152). Sum of RGB (Red+Green+Blue) = 75+86+152=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B5698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5698 is #B4A967. Grayscale: #595959. Windows color (decimal): -11839848 or 9983563. OLE color: 9983563.

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

Color convert

RGB 75 86 152 -
CMYK 0.51 0.43 0 0.40
HSL 231.43º 0.34% 0.45% -
HSV(B) 231.43º 0.51% 0.6% -
XYZ 11.9 10.42 31.09 -
YUV 90.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 75 86 152 0.51 0.43 0 0.40 231.43 0.34 0.45
Hex 4B 56 98 33 2B 0 28 E7 22 2D
Octal 113 126 230 63 53 0 50 347 42 55
Binary 1001011 1010110 10011000 110011 101011 0 101000 11100111 100010 101101

Color Harmonies of #4B5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5698

Black with #4B5698

Text Example


Text Example

White with #4B5698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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