#4741AB

Color #4741AB Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4741AB

Tints of Governor Bay #4741AB

Color information

#4741AB (or 0x4741AB) is unknown color: approx Governor Bay. HEX triplet: 47, 41 and AB. RGB value is (71,65,171). Sum of RGB (Red+Green+Blue) = 71+65+171=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4741AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4741AB is #B8BE54. Grayscale: #4E4E4E. Windows color (decimal): -12107349 or 11223367. OLE color: 11223367.

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

Color convert

RGB7165171-
CMYK0.580.6200.33
HSL243.4º44.92%46.27%-
HSV(B)243.4º61.99%67.06%-
XYZ11.848.0639.46-
YUV78.88179.99122.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=23.13%
G=21.17%
B=55.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71651710.580.6200.33243.444.9246.27
Hex4741AB3A3E021f32d2e
Octal10710125372760413635556
Binary1000111100000110101011111010111110010000111110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4741AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4741AB;
 }
 .AnyTagClassName
 {
   color: #4741AB;
 }
</style>
background-color css

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

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

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

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

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

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