Html Css Color HEX #4B5098 Governor Bay

📋 copy color: '#4B5098'

red 75 ◦ green 80 ◦ blue 152

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

Shades of Governor Bay #4B5098

Tints of Governor Bay #4B5098

RGB

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

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

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

R = 24.43%
G = 26.06%
B = 49.51%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4B5098 (or 0x4B5098) is known color: Governor Bay. HEX triplet: 4B, 50 and 98. RGB value is (75,80,152). Sum of RGB (Red+Green+Blue) = 75+80+152=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B5098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5098 is #B4AF67. Grayscale: #565656. Windows color (decimal): -11841384 or 9982027. OLE color: 9982027.

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

Color convert

RGB 75 80 152 -
CMYK 0.51 0.47 0 0.40
HSL 236.1º 0.34% 0.45% -
HSV(B) 236.1º 0.51% 0.6% -
XYZ 11.44 9.5 30.94 -
YUV 86.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 75 80 152 0.51 0.47 0 0.40 236.1 0.34 0.45
Hex 4B 50 98 33 2F 0 28 EC 22 2D
Octal 113 120 230 63 57 0 50 354 42 55
Binary 1001011 1010000 10011000 110011 101111 0 101000 11101100 100010 101101

Color Harmonies of #4B5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5098

Black with #4B5098

Text Example


Text Example

White with #4B5098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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