#41469D

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

Shades of Governor Bay #41469D

Tints of Governor Bay #41469D

Color information

#41469D (or 0x41469D) is unknown color: approx Governor Bay. HEX triplet: 41, 46 and 9D. RGB value is (65,70,157). Sum of RGB (Red+Green+Blue) = 65+70+157=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #41469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41469D is #BEB962. Grayscale: #4E4E4E. Windows color (decimal): -12499299 or 10307137. OLE color: 10307137.

HSL color Cylindrical-coordinate representation of color #41469D: hue angle of 236.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41469D is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6570157-
CMYK0.590.5500.38
HSL236.74º41.44%43.53%-
HSV(B)236.74º58.6%61.57%-
XYZ10.467.9432.88-
YUV78.42172.34118.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=22.26%
G=23.97%
B=53.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65701570.590.5500.38236.7441.4443.53
Hex41469D3B37026ed292c
Octal10110623573670463555154
Binary1000001100011010011101111011110111010011011101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41469D; }

 p { color: rgb(65,70,157); }

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

<style>
 a { background-color: #41469D; }

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

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

<style>
 span { border-color: #41469D; }

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

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