#4748AC

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

Shades of Governor Bay #4748AC

Tints of Governor Bay #4748AC

Color information

#4748AC (or 0x4748AC) is unknown color: approx Governor Bay. HEX triplet: 47, 48 and AC. RGB value is (71,72,172). Sum of RGB (Red+Green+Blue) = 71+72+172=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #4748AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4748AC is #B8B753. Grayscale: #525252. Windows color (decimal): -12105556 or 11290695. OLE color: 11290695.

HSL color Cylindrical-coordinate representation of color #4748AC: hue angle of 239.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4748AC is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7172172-
CMYK0.590.5800.33
HSL239.41º41.56%47.65%-
HSV(B)239.41º58.72%67.45%-
XYZ12.368.9540.11-
YUV83.1178.17119.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=22.54%
G=22.86%
B=54.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71721720.590.5800.33239.4141.5647.65
Hex4748AC3B3A021ef2a30
Octal10711025473720413575260
Binary1000111100100010101100111011111010010000111101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4748AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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