#4141AD

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

Shades of Governor Bay #4141AD

Tints of Governor Bay #4141AD

Color information

#4141AD (or 0x4141AD) is unknown color: approx Governor Bay. HEX triplet: 41, 41 and AD. RGB value is (65,65,173). Sum of RGB (Red+Green+Blue) = 65+65+173=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4141AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4141AD is #BEBE52. Grayscale: #4C4C4C. Windows color (decimal): -12500563 or 11354433. OLE color: 11354433.

HSL color Cylindrical-coordinate representation of color #4141AD: hue angle of 240º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4141AD is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6565173-
CMYK0.620.6200.32
HSL240º45.38%46.67%-
HSV(B)240º62.43%67.84%-
XYZ11.617.9240.45-
YUV77.31182119.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=21.45%
G=21.45%
B=57.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65651730.620.6200.3224045.3846.67
Hex4141AD3E3E020f02d2f
Octal10110125576760403605557
Binary1000001100000110101101111110111110010000011110000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4141AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4141AD; }

 p { color: rgb(65,65,173); }

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

<style>
 a { background-color: #4141AD; }

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

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

<style>
 span { border-color: #4141AD; }

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

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