Html Css Color HEX #4741AC Governor Bay

📋 copy color: '#4741AC'

red 71 ◦ green 65 ◦ blue 172

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

Shades of Governor Bay #4741AC

Tints of Governor Bay #4741AC

RGB

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

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

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

R = 23.05%
G = 21.1%
B = 55.84%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4741AC (or 0x4741AC) is known color: Governor Bay. HEX triplet: 47, 41 and AC. RGB value is (71,65,172). Sum of RGB (Red+Green+Blue) = 71+65+172=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #4741AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4741AC is #B8BE53. Grayscale: #4E4E4E. Windows color (decimal): -12107348 or 11288903. OLE color: 11288903.

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

Color convert

RGB 71 65 172 -
CMYK 0.59 0.62 0 0.33
HSL 243.36º 0.45% 0.46% -
HSV(B) 243.36º 0.62% 0.67% -
XYZ 11.94 8.1 39.96 -
YUV 78.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 71 65 172 0.59 0.62 0 0.33 243.36 0.45 0.46
Hex 47 41 AC 3B 3E 0 21 F3 2D 2E
Octal 107 101 254 73 76 0 41 363 55 56
Binary 1000111 1000001 10101100 111011 111110 0 100001 11110011 101101 101110

Color Harmonies of #4741AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741AC

Black with #4741AC

Text Example


Text Example

White with #4741AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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