Html Css Color HEX #4A528F Governor Bay

📋 copy color: '#4A528F'

red 74 ◦ green 82 ◦ blue 143

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

Shades of Governor Bay #4A528F

Tints of Governor Bay #4A528F

RGB

 RED value IS 74 (29.3% from 255) = 24.75%

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

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 24.75%
G = 27.42%
B = 47.83%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A528F (or 0x4A528F) is known color: Governor Bay. HEX triplet: 4A, 52 and 8F. RGB value is (74,82,143). Sum of RGB (Red+Green+Blue) = 74+82+143=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A528F is #B5AD70. Grayscale: #565656. Windows color (decimal): -11906417 or 9392714. OLE color: 9392714.

HSL color Cylindrical-coordinate representation of color #4A528F: hue angle of 233.04º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A528F is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 82 143 -
CMYK 0.48 0.43 0 0.44
HSL 233.04º 0.32% 0.43% -
HSV(B) 233.04º 0.48% 0.56% -
XYZ 10.8 9.47 27.25 -
YUV 86.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 74 82 143 0.48 0.43 0 0.44 233.04 0.32 0.43
Hex 4A 52 8F 30 2B 0 2C E9 20 2B
Octal 112 122 217 60 53 0 54 351 40 53
Binary 1001010 1010010 10001111 110000 101011 0 101100 11101001 100000 101011

Color Harmonies of #4A528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A528F

Black with #4A528F

Text Example


Text Example

White with #4A528F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,82,143); }

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

background-color css

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

 a { background-color: rgb(74,82,143); }

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

border-color css

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

 span { border-color: rgb(74,82,143); }

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