Html Css Color HEX #4A549C Governor Bay

📋 copy color: '#4A549C'

red 74 ◦ green 84 ◦ blue 156

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

Shades of Governor Bay #4A549C

Tints of Governor Bay #4A549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 23.57%
G = 26.75%
B = 49.68%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A549C (or 0x4A549C) is known color: Governor Bay. HEX triplet: 4A, 54 and 9C. RGB value is (74,84,156). Sum of RGB (Red+Green+Blue) = 74+84+156=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A549C is #B5AB63. Grayscale: #585858. Windows color (decimal): -11905892 or 10245194. OLE color: 10245194.

HSL color Cylindrical-coordinate representation of color #4A549C: hue angle of 232.68º 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 #4A549C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 84 156 -
CMYK 0.53 0.46 0 0.39
HSL 232.68º 0.36% 0.45% -
HSV(B) 232.68º 0.53% 0.61% -
XYZ 12 10.2 32.79 -
YUV 89.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 74 84 156 0.53 0.46 0 0.39 232.68 0.36 0.45
Hex 4A 54 9C 35 2E 0 27 E9 24 2D
Octal 112 124 234 65 56 0 47 351 44 55
Binary 1001010 1010100 10011100 110101 101110 0 100111 11101001 100100 101101

Color Harmonies of #4A549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A549C

Black with #4A549C

Text Example


Text Example

White with #4A549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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