Html Css Color HEX #4740AD Governor Bay

📋 copy color: '#4740AD'

red 71 ◦ green 64 ◦ blue 173

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

Shades of Governor Bay #4740AD

Tints of Governor Bay #4740AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.17%

R = 23.05%
G = 20.78%
B = 56.17%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4740AD (or 0x4740AD) is known color: Governor Bay. HEX triplet: 47, 40 and AD. RGB value is (71,64,173). Sum of RGB (Red+Green+Blue) = 71+64+173=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #4740AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740AD is #B8BF52. Grayscale: #4E4E4E. Windows color (decimal): -12107603 or 11354183. OLE color: 11354183.

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

Color convert

RGB 71 64 173 -
CMYK 0.59 0.63 0 0.32
HSL 243.85º 0.46% 0.46% -
HSV(B) 243.85º 0.63% 0.68% -
XYZ 11.97 8.02 40.45 -
YUV 78.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 71 64 173 0.59 0.63 0 0.32 243.85 0.46 0.46
Hex 47 40 AD 3B 3F 0 20 F4 2E 2E
Octal 107 100 255 73 77 0 40 364 56 56
Binary 1000111 1000000 10101101 111011 111111 0 100000 11110100 101110 101110

Color Harmonies of #4740AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740AD

Black with #4740AD

Text Example


Text Example

White with #4740AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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