Html Css Color HEX #4741AA Governor Bay

📋 copy color: '#4741AA'

red 71 ◦ green 65 ◦ blue 170

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

Shades of Governor Bay #4741AA

Tints of Governor Bay #4741AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 23.2%
G = 21.24%
B = 55.56%

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

#4741AA (or 0x4741AA) is known color: Governor Bay. HEX triplet: 47, 41 and AA. RGB value is (71,65,170). Sum of RGB (Red+Green+Blue) = 71+65+170=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4741AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4741AA is #B8BE55. Grayscale: #4E4E4E. Windows color (decimal): -12107350 or 11157831. OLE color: 11157831.

HSL color Cylindrical-coordinate representation of color #4741AA: hue angle of 243.43º 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 #4741AA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 65 170 -
CMYK 0.58 0.62 0 0.33
HSL 243.43º 0.45% 0.46% -
HSV(B) 243.43º 0.62% 0.67% -
XYZ 11.74 8.02 38.96 -
YUV 78.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 71 65 170 0.58 0.62 0 0.33 243.43 0.45 0.46
Hex 47 41 AA 3A 3E 0 21 F3 2D 2E
Octal 107 101 252 72 76 0 41 363 55 56
Binary 1000111 1000001 10101010 111010 111110 0 100001 11110011 101101 101110

Color Harmonies of #4741AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741AA

Black with #4741AA

Text Example


Text Example

White with #4741AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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