#4346AA

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

Shades of Governor Bay #4346AA

Tints of Governor Bay #4346AA

Color information

#4346AA (or 0x4346AA) is unknown color: approx Governor Bay. HEX triplet: 43, 46 and AA. RGB value is (67,70,170). Sum of RGB (Red+Green+Blue) = 67+70+170=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4346AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4346AA is #BCB955. Grayscale: #505050. Windows color (decimal): -12368214 or 11159107. OLE color: 11159107.

HSL color Cylindrical-coordinate representation of color #4346AA: hue angle of 238.25º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4346AA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6770170-
CMYK0.610.5900.33
HSL238.25º43.46%46.47%-
HSV(B)238.25º60.59%66.67%-
XYZ11.768.4839.05-
YUV80.5178.51118.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=21.82%
G=22.80%
B=55.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67701700.610.5900.33238.2543.4646.47
Hex4346AA3D3B021ee2b2e
Octal10310625275730413565356
Binary1000011100011010101010111101111011010000111101110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4346AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4346AA; }

 p { color: rgb(67,70,170); }

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

<style>
 a { background-color: #4346AA; }

 a { background-color: rgb(67,70,170); }

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

<style>
 span { border-color: #4346AA; }

 span { border-color: rgb(67,70,170); }

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