Html Css Color HEX #4B528B Governor Bay

📋 copy color: '#4B528B'

red 75 ◦ green 82 ◦ blue 139

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

Shades of Governor Bay #4B528B

Tints of Governor Bay #4B528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 139 (54.69% from 255) = 46.96%

R = 25.34%
G = 27.7%
B = 46.96%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B528B (or 0x4B528B) is known color: Governor Bay. HEX triplet: 4B, 52 and 8B. RGB value is (75,82,139). Sum of RGB (Red+Green+Blue) = 75+82+139=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B528B is #B4AD74. Grayscale: #565656. Windows color (decimal): -11840885 or 9130571. OLE color: 9130571.

HSL color Cylindrical-coordinate representation of color #4B528B: hue angle of 233.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B528B is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 82 139 -
CMYK 0.46 0.41 0 0.45
HSL 233.44º 0.3% 0.42% -
HSV(B) 233.44º 0.46% 0.55% -
XYZ 10.58 9.39 25.68 -
YUV 86.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 75 82 139 0.46 0.41 0 0.45 233.44 0.3 0.42
Hex 4B 52 8B 2E 29 0 2D E9 1E 2A
Octal 113 122 213 56 51 0 55 351 36 52
Binary 1001011 1010010 10001011 101110 101001 0 101101 11101001 11110 101010

Color Harmonies of #4B528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B528B

Black with #4B528B

Text Example


Text Example

White with #4B528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,139); }

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

background-color css

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

 a { background-color: rgb(75,82,139); }

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

border-color css

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

 span { border-color: rgb(75,82,139); }

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