#4140AD

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

Shades of Governor Bay #4140AD

Tints of Governor Bay #4140AD

Color information

#4140AD (or 0x4140AD) is unknown color: approx Governor Bay. HEX triplet: 41, 40 and AD. RGB value is (65,64,173). Sum of RGB (Red+Green+Blue) = 65+64+173=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #4140AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4140AD is #BEBF52. Grayscale: #4C4C4C. Windows color (decimal): -12500819 or 11354177. OLE color: 11354177.

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

Color convert

RGB6564173-
CMYK0.620.6300.32
HSL240.55º45.99%46.47%-
HSV(B)240.55º63.01%67.84%-
XYZ11.567.8140.43-
YUV76.72182.33119.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=21.52%
G=21.19%
B=57.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65641730.620.6300.32240.5545.9946.47
Hex4140AD3E3F020f12e2e
Octal10110025576770403615656
Binary1000001100000010101101111110111111010000011110001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4140AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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