#4241AF

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

Shades of Governor Bay #4241AF

Tints of Governor Bay #4241AF

Color information

#4241AF (or 0x4241AF) is unknown color: approx Governor Bay. HEX triplet: 42, 41 and AF. RGB value is (66,65,175). Sum of RGB (Red+Green+Blue) = 66+65+175=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #4241AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4241AF is #BDBE50. Grayscale: #4D4D4D. Windows color (decimal): -12435025 or 11485506. OLE color: 11485506.

HSL color Cylindrical-coordinate representation of color #4241AF: hue angle of 240.55º 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 #4241AF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6665175-
CMYK0.620.6300.31
HSL240.55º45.83%47.06%-
HSV(B)240.55º62.86%68.63%-
XYZ11.878.0341.48-
YUV77.84182.83119.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=21.57%
G=21.24%
B=57.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66651750.620.6300.31240.5545.8347.06
Hex4241AF3E3F01Ff12e2f
Octal10210125776770373615657
Binary100001010000011010111111111011111101111111110001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4241AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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