#4141AF

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

Shades of Governor Bay #4141AF

Tints of Governor Bay #4141AF

Color information

#4141AF (or 0x4141AF) is unknown color: approx Governor Bay. HEX triplet: 41, 41 and AF. RGB value is (65,65,175). Sum of RGB (Red+Green+Blue) = 65+65+175=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #4141AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4141AF is #BEBE50. Grayscale: #4D4D4D. Windows color (decimal): -12500561 or 11485505. OLE color: 11485505.

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

Color convert

RGB6565175-
CMYK0.630.6300.31
HSL240º45.83%47.06%-
HSV(B)240º62.86%68.63%-
XYZ11.81841.48-
YUV77.54183119.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 175 (68.75% from 255) = 57.38%
R=21.31%
G=21.31%
B=57.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65651750.630.6300.3124045.8347.06
Hex4141AF3F3F01Ff02e2f
Octal10110125777770373605657
Binary100000110000011010111111111111111101111111110000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4141AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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