#4142AA

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

Shades of Governor Bay #4142AA

Tints of Governor Bay #4142AA

Color information

#4142AA (or 0x4142AA) is unknown color: approx Governor Bay. HEX triplet: 41, 42 and AA. RGB value is (65,66,170). Sum of RGB (Red+Green+Blue) = 65+66+170=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #4142AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4142AA is #BEBD55. Grayscale: #4D4D4D. Windows color (decimal): -12500310 or 11158081. OLE color: 11158081.

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

Color convert

RGB6566170-
CMYK0.620.6100.33
HSL239.43º44.68%46.08%-
HSV(B)239.43º61.76%66.67%-
XYZ11.387.9238.96-
YUV77.56180.17119.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=21.59%
G=21.93%
B=56.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65661700.620.6100.33239.4344.6846.08
Hex4142AA3E3D021ef2d2e
Octal10110225276750413575556
Binary1000001100001010101010111110111101010000111101111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4142AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4142AA; }

 p { color: rgb(65,66,170); }

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

<style>
 a { background-color: #4142AA; }

 a { background-color: rgb(65,66,170); }

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

<style>
 span { border-color: #4142AA; }

 span { border-color: rgb(65,66,170); }

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