#4750A2

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

Shades of Governor Bay #4750A2

Tints of Governor Bay #4750A2

Color information

#4750A2 (or 0x4750A2) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and A2. RGB value is (71,80,162). Sum of RGB (Red+Green+Blue) = 71+80+162=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #4750A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4750A2 is #B8AF5D. Grayscale: #565656. Windows color (decimal): -12103518 or 10637383. OLE color: 10637383.

HSL color Cylindrical-coordinate representation of color #4750A2: hue angle of 234.07º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4750A2 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7180162-
CMYK0.560.5100.36
HSL234.07º39.06%45.69%-
HSV(B)234.07º56.17%63.53%-
XYZ11.999.6935.42-
YUV86.66170.52116.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 162 (63.67% from 255) = 51.76%
R=22.68%
G=25.56%
B=51.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71801620.560.5100.36234.0739.0645.69
Hex4750A23833024ea272e
Octal10712024270630443524756
Binary1000111101000010100010111000110011010010011101010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4750A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4750A2; }

 p { color: rgb(71,80,162); }

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

<style>
 a { background-color: #4750A2; }

 a { background-color: rgb(71,80,162); }

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

<style>
 span { border-color: #4750A2; }

 span { border-color: rgb(71,80,162); }

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