Html Css Color HEX #4743AA Governor Bay

📋 copy color: '#4743AA'

red 71 ◦ green 67 ◦ blue 170

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

Shades of Governor Bay #4743AA

Tints of Governor Bay #4743AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 23.05%
G = 21.75%
B = 55.19%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4743AA (or 0x4743AA) is known color: Governor Bay. HEX triplet: 47, 43 and AA. RGB value is (71,67,170). Sum of RGB (Red+Green+Blue) = 71+67+170=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #4743AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4743AA is #B8BC55. Grayscale: #4F4F4F. Windows color (decimal): -12106838 or 11158343. OLE color: 11158343.

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

Color convert

RGB 71 67 170 -
CMYK 0.58 0.61 0 0.33
HSL 242.33º 0.43% 0.46% -
HSV(B) 242.33º 0.61% 0.67% -
XYZ 11.86 8.26 39 -
YUV 79.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 71 67 170 0.58 0.61 0 0.33 242.33 0.43 0.46
Hex 47 43 AA 3A 3D 0 21 F2 2B 2E
Octal 107 103 252 72 75 0 41 362 53 56
Binary 1000111 1000011 10101010 111010 111101 0 100001 11110010 101011 101110

Color Harmonies of #4743AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4743AA

Black with #4743AA

Text Example


Text Example

White with #4743AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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