#04668C

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

Shades of Allports #04668C

Tints of Allports #04668C

Color information

#04668C (or 0x04668C) is unknown color: approx Allports. HEX triplet: 04, 66 and 8C. RGB value is (4,102,140). Sum of RGB (Red+Green+Blue) = 4+102+140=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #04668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04668C is #FB9973. Grayscale: #4C4C4C. Windows color (decimal): -16488820 or 9201156. OLE color: 9201156.

HSL color Cylindrical-coordinate representation of color #04668C: hue angle of 196.76º 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 #04668C is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4102140-
CMYK0.970.2700.45
HSL196.76º94.44%28.24%-
HSV(B)196.76º97.14%54.9%-
XYZ9.5411.4226.51-
YUV77.03163.5375.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 140 (55.08% from 255) = 56.91%
R=1.63%
G=41.46%
B=56.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41021400.970.2700.45196.7694.4428.24
Hex4668C611B02Dc55e1c
Octal41462141413305530513634
Binary100110011010001100110000111011010110111000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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