Html Css Color HEX #4740AA Governor Bay

📋 copy color: '#4740AA'

red 71 ◦ green 64 ◦ blue 170

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

Shades of Governor Bay #4740AA

Tints of Governor Bay #4740AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 23.28%
G = 20.98%
B = 55.74%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4740AA (or 0x4740AA) is known color: Governor Bay. HEX triplet: 47, 40 and AA. RGB value is (71,64,170). Sum of RGB (Red+Green+Blue) = 71+64+170=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #4740AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740AA is #B8BF55. Grayscale: #4D4D4D. Windows color (decimal): -12107606 or 11157575. OLE color: 11157575.

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

Color convert

RGB 71 64 170 -
CMYK 0.58 0.62 0 0.33
HSL 243.96º 0.45% 0.46% -
HSV(B) 243.96º 0.62% 0.67% -
XYZ 11.69 7.91 38.94 -
YUV 78.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 71 64 170 0.58 0.62 0 0.33 243.96 0.45 0.46
Hex 47 40 AA 3A 3E 0 21 F4 2D 2E
Octal 107 100 252 72 76 0 41 364 55 56
Binary 1000111 1000000 10101010 111010 111110 0 100001 11110100 101101 101110

Color Harmonies of #4740AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740AA

Black with #4740AA

Text Example


Text Example

White with #4740AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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