Html Css Color HEX #4A529C Governor Bay

📋 copy color: '#4A529C'

red 74 ◦ green 82 ◦ blue 156

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

Shades of Governor Bay #4A529C

Tints of Governor Bay #4A529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 23.72%
G = 26.28%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A529C (or 0x4A529C) is known color: Governor Bay. HEX triplet: 4A, 52 and 9C. RGB value is (74,82,156). Sum of RGB (Red+Green+Blue) = 74+82+156=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A529C is #B5AD63. Grayscale: #575757. Windows color (decimal): -11906404 or 10244682. OLE color: 10244682.

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

Color convert

RGB 74 82 156 -
CMYK 0.53 0.47 0 0.39
HSL 234.15º 0.36% 0.45% -
HSV(B) 234.15º 0.53% 0.61% -
XYZ 11.84 9.89 32.74 -
YUV 88.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 74 82 156 0.53 0.47 0 0.39 234.15 0.36 0.45
Hex 4A 52 9C 35 2F 0 27 EA 24 2D
Octal 112 122 234 65 57 0 47 352 44 55
Binary 1001010 1010010 10011100 110101 101111 0 100111 11101010 100100 101101

Color Harmonies of #4A529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A529C

Black with #4A529C

Text Example


Text Example

White with #4A529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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