#04868A

Color #04868A Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #04868A

Tints of Dark Cyan #04868A

Color information

#04868A (or 0x04868A) is unknown color: approx Dark Cyan. HEX triplet: 04, 86 and 8A. RGB value is (4,134,138). Sum of RGB (Red+Green+Blue) = 4+134+138=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #04868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04868A is #FB7975. Grayscale: #5F5F5F. Windows color (decimal): -16480630 or 9078276. OLE color: 9078276.

HSL color Cylindrical-coordinate representation of color #04868A: hue angle of 181.79º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04868A is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4134138-
CMYK0.970.0300.46
HSL181.79º94.37%27.84%-
HSV(B)181.79º97.1%54.12%-
XYZ13.1618.9127-
YUV95.59151.9362.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 138 (54.30% from 255) = 50%
R=1.45%
G=48.55%
B=50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41341380.970.0300.46181.7994.3727.84
Hex4868A61302Eb65e1c
Octal4206212141305626613634
Binary1001000011010001010110000111010111010110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04868A; }

 p { color: rgb(4,134,138); }

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

<style>
 a { background-color: #04868A; }

 a { background-color: rgb(4,134,138); }

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

<style>
 span { border-color: #04868A; }

 span { border-color: rgb(4,134,138); }

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