#04668D

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

Shades of Allports #04668D

Tints of Allports #04668D

Color information

#04668D (or 0x04668D) is unknown color: approx Allports. HEX triplet: 04, 66 and 8D. RGB value is (4,102,141). Sum of RGB (Red+Green+Blue) = 4+102+141=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #04668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04668D is #FB9972. Grayscale: #4C4C4C. Windows color (decimal): -16488819 or 9266692. OLE color: 9266692.

HSL color Cylindrical-coordinate representation of color #04668D: hue angle of 197.08º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04668D is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4102141-
CMYK0.970.2800.45
HSL197.08º94.48%28.43%-
HSV(B)197.08º97.16%55.29%-
XYZ9.6111.4526.9-
YUV77.14164.0375.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.62%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 141 (55.47% from 255) = 57.09%
R=1.62%
G=41.30%
B=57.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41021410.970.2800.45197.0894.4828.43
Hex4668D611C02Dc55e1c
Octal41462151413405530513634
Binary100110011010001101110000111100010110111000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,102,141); }

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

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

 a { background-color: rgb(4,102,141); }

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

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

 span { border-color: rgb(4,102,141); }

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