#4A43A7

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

Shades of Governor Bay #4A43A7

Tints of Governor Bay #4A43A7

Color information

#4A43A7 (or 0x4A43A7) is unknown color: approx Governor Bay. HEX triplet: 4A, 43 and A7. RGB value is (74,67,167). Sum of RGB (Red+Green+Blue) = 74+67+167=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A43A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A43A7 is #B5BC58. Grayscale: #505050. Windows color (decimal): -11910233 or 10961738. OLE color: 10961738.

HSL color Cylindrical-coordinate representation of color #4A43A7: hue angle of 244.2º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A43A7 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7467167-
CMYK0.560.6000.35
HSL244.2º42.74%45.88%-
HSV(B)244.2º59.88%65.49%-
XYZ11.818.2637.53-
YUV80.49176.82123.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 167 (65.62% from 255) = 54.22%
R=24.03%
G=21.75%
B=54.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74671670.560.6000.35244.242.7445.88
Hex4A43A7383C023f42b2e
Octal11210324770740433645356
Binary1001010100001110100111111000111100010001111110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A43A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A43A7; }

 p { color: rgb(74,67,167); }

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

<style>
 a { background-color: #4A43A7; }

 a { background-color: rgb(74,67,167); }

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

<style>
 span { border-color: #4A43A7; }

 span { border-color: rgb(74,67,167); }

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