#414BAD

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

Shades of Governor Bay #414BAD

Tints of Governor Bay #414BAD

Color information

#414BAD (or 0x414BAD) is unknown color: approx Governor Bay. HEX triplet: 41, 4B and AD. RGB value is (65,75,173). Sum of RGB (Red+Green+Blue) = 65+75+173=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #414BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414BAD is #BEB452. Grayscale: #525252. Windows color (decimal): -12498003 or 11356993. OLE color: 11356993.

HSL color Cylindrical-coordinate representation of color #414BAD: hue angle of 234.44º 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 #414BAD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6575173-
CMYK0.620.5700.32
HSL234.44º45.38%46.67%-
HSV(B)234.44º62.43%67.84%-
XYZ12.249.1740.66-
YUV83.18178.69115.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=20.77%
G=23.96%
B=55.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65751730.620.5700.32234.4445.3846.67
Hex414BAD3E39020ea2d2f
Octal10111325576710403525557
Binary1000001100101110101101111110111001010000011101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414BAD; }

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

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

<style>
 a { background-color: #414BAD; }

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

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

<style>
 span { border-color: #414BAD; }

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

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