Html Css Color HEX #4B509E Governor Bay

📋 copy color: '#4B509E'

red 75 ◦ green 80 ◦ blue 158

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

Shades of Governor Bay #4B509E

Tints of Governor Bay #4B509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.48%

R = 23.96%
G = 25.56%
B = 50.48%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B509E (or 0x4B509E) is known color: Governor Bay. HEX triplet: 4B, 50 and 9E. RGB value is (75,80,158). Sum of RGB (Red+Green+Blue) = 75+80+158=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B509E is #B4AF61. Grayscale: #575757. Windows color (decimal): -11841378 or 10375243. OLE color: 10375243.

HSL color Cylindrical-coordinate representation of color #4B509E: hue angle of 236.39º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B509E is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 80 158 -
CMYK 0.53 0.49 0 0.38
HSL 236.39º 0.36% 0.46% -
HSV(B) 236.39º 0.53% 0.62% -
XYZ 11.94 9.7 33.59 -
YUV 87.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 75 80 158 0.53 0.49 0 0.38 236.39 0.36 0.46
Hex 4B 50 9E 35 31 0 26 EC 24 2E
Octal 113 120 236 65 61 0 46 354 44 56
Binary 1001011 1010000 10011110 110101 110001 0 100110 11101100 100100 101110

Color Harmonies of #4B509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B509E

Black with #4B509E

Text Example


Text Example

White with #4B509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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