Html Css Color HEX #4A479C Governor Bay

📋 copy color: '#4A479C'

red 74 ◦ green 71 ◦ blue 156

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

Shades of Governor Bay #4A479C

Tints of Governor Bay #4A479C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 24.58%
G = 23.59%
B = 51.83%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A479C (or 0x4A479C) is known color: Governor Bay. HEX triplet: 4A, 47 and 9C. RGB value is (74,71,156). Sum of RGB (Red+Green+Blue) = 74+71+156=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A479C is #B5B863. Grayscale: #515151. Windows color (decimal): -11909220 or 10241866. OLE color: 10241866.

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

Color convert

RGB 74 71 156 -
CMYK 0.53 0.54 0 0.39
HSL 242.12º 0.37% 0.45% -
HSV(B) 242.12º 0.54% 0.61% -
XYZ 11.08 8.36 32.48 -
YUV 81.59 169.99 122.59 -
System Red Green Blue C M Y K H S L
Decimal 74 71 156 0.53 0.54 0 0.39 242.12 0.37 0.45
Hex 4A 47 9C 35 36 0 27 F2 25 2D
Octal 112 107 234 65 66 0 47 362 45 55
Binary 1001010 1000111 10011100 110101 110110 0 100111 11110010 100101 101101

Color Harmonies of #4A479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A479C

Black with #4A479C

Text Example


Text Example

White with #4A479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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