Html Css Color HEX #4B579B Governor Bay

📋 copy color: '#4B579B'

red 75 ◦ green 87 ◦ blue 155

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

Shades of Governor Bay #4B579B

Tints of Governor Bay #4B579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 23.66%
G = 27.44%
B = 48.9%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B579B (or 0x4B579B) is known color: Governor Bay. HEX triplet: 4B, 57 and 9B. RGB value is (75,87,155). Sum of RGB (Red+Green+Blue) = 75+87+155=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B579B is #B4A864. Grayscale: #5A5A5A. Windows color (decimal): -11839589 or 10180427. OLE color: 10180427.

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

Color convert

RGB 75 87 155 -
CMYK 0.52 0.44 0 0.39
HSL 231º 0.35% 0.45% -
HSV(B) 231º 0.52% 0.61% -
XYZ 12.23 10.68 32.43 -
YUV 91.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 75 87 155 0.52 0.44 0 0.39 231 0.35 0.45
Hex 4B 57 9B 34 2C 0 27 E7 23 2D
Octal 113 127 233 64 54 0 47 347 43 55
Binary 1001011 1010111 10011011 110100 101100 0 100111 11100111 100011 101101

Color Harmonies of #4B579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B579B

Black with #4B579B

Text Example


Text Example

White with #4B579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,87,155); }

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

background-color css

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

 a { background-color: rgb(75,87,155); }

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

border-color css

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

 span { border-color: rgb(75,87,155); }

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