Html Css Color HEX #4C509B Governor Bay

📋 copy color: '#4C509B'

red 76 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #4C509B

Tints of Governor Bay #4C509B

RGB

 RED value IS 76 (30.08% from 255) = 24.44%

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

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 24.44%
G = 25.72%
B = 49.84%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C509B (or 0x4C509B) is known color: Governor Bay. HEX triplet: 4C, 50 and 9B. RGB value is (76,80,155). Sum of RGB (Red+Green+Blue) = 76+80+155=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C509B is #B3AF64. Grayscale: #575757. Windows color (decimal): -11775845 or 10178636. OLE color: 10178636.

HSL color Cylindrical-coordinate representation of color #4C509B: hue angle of 236.96º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C509B is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 80 155 -
CMYK 0.51 0.48 0 0.39
HSL 236.96º 0.34% 0.45% -
HSV(B) 236.96º 0.51% 0.61% -
XYZ 11.77 9.64 32.25 -
YUV 87.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 76 80 155 0.51 0.48 0 0.39 236.96 0.34 0.45
Hex 4C 50 9B 33 30 0 27 ED 22 2D
Octal 114 120 233 63 60 0 47 355 42 55
Binary 1001100 1010000 10011011 110011 110000 0 100111 11101101 100010 101101

Color Harmonies of #4C509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C509B

Black with #4C509B

Text Example


Text Example

White with #4C509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,80,155); }

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

background-color css

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

 a { background-color: rgb(76,80,155); }

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

border-color css

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

 span { border-color: rgb(76,80,155); }

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