#04858A

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

Shades of Dark Cyan #04858A

Tints of Dark Cyan #04858A

Color information

#04858A (or 0x04858A) is unknown color: approx Dark Cyan. HEX triplet: 04, 85 and 8A. RGB value is (4,133,138). Sum of RGB (Red+Green+Blue) = 4+133+138=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #04858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04858A is #FB7A75. Grayscale: #5E5E5E. Windows color (decimal): -16480886 or 9078020. OLE color: 9078020.

HSL color Cylindrical-coordinate representation of color #04858A: hue angle of 182.24º 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 #04858A is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4133138-
CMYK0.970.0400.46
HSL182.24º94.37%27.84%-
HSV(B)182.24º97.1%54.12%-
XYZ13.0318.6426.96-
YUV95152.2663.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=1.45%
G=48.36%
B=50.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41331380.970.0400.46182.2494.3727.84
Hex4858A61402Eb65e1c
Octal4205212141405626613634
Binary10010000101100010101100001100010111010110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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