Html Css Color HEX #4740AC Governor Bay

📋 copy color: '#4740AC'

red 71 ◦ green 64 ◦ blue 172

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

Shades of Governor Bay #4740AC

Tints of Governor Bay #4740AC

RGB

 RED value IS 71 (28.13% from 255) = 23.13%

 GREEN value IS 64 (25.39% from 255) = 20.85%

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 23.13%
G = 20.85%
B = 56.03%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4740AC (or 0x4740AC) is known color: Governor Bay. HEX triplet: 47, 40 and AC. RGB value is (71,64,172). Sum of RGB (Red+Green+Blue) = 71+64+172=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4740AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740AC is #B8BF53. Grayscale: #4D4D4D. Windows color (decimal): -12107604 or 11288647. OLE color: 11288647.

HSL color Cylindrical-coordinate representation of color #4740AC: hue angle of 243.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4740AC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 64 172 -
CMYK 0.59 0.63 0 0.33
HSL 243.89º 0.46% 0.46% -
HSV(B) 243.89º 0.63% 0.67% -
XYZ 11.88 7.98 39.94 -
YUV 78.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 71 64 172 0.59 0.63 0 0.33 243.89 0.46 0.46
Hex 47 40 AC 3B 3F 0 21 F4 2E 2E
Octal 107 100 254 73 77 0 41 364 56 56
Binary 1000111 1000000 10101100 111011 111111 0 100001 11110100 101110 101110

Color Harmonies of #4740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740AC

Black with #4740AC

Text Example


Text Example

White with #4740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4740AC; }

 p { color: rgb(71,64,172); }

 H1.HeaderClassName
 {
   color: #4740AC;
 }
 .AnyTagClassName
 {
   color: #4740AC;
 }
</style>

background-color css

<style>
 a { background-color: #4740AC; }

 a { background-color: rgb(71,64,172); }

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

border-color css

<style>
 span { border-color: #4740AC; }

 span { border-color: rgb(71,64,172); }

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