#04848E

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

Shades of Dark Cyan #04848E

Tints of Dark Cyan #04848E

Color information

#04848E (or 0x04848E) is unknown color: approx Dark Cyan. HEX triplet: 04, 84 and 8E. RGB value is (4,132,142). Sum of RGB (Red+Green+Blue) = 4+132+142=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #04848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04848E is #FB7B71. Grayscale: #5E5E5E. Windows color (decimal): -16481138 or 9339908. OLE color: 9339908.

HSL color Cylindrical-coordinate representation of color #04848E: hue angle of 184.35º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04848E is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4132142-
CMYK0.970.0700.44
HSL184.35º94.52%28.63%-
HSV(B)184.35º97.18%55.69%-
XYZ13.1818.4828.46-
YUV94.87154.5963.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=1.44%
G=47.48%
B=51.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41321420.970.0700.44184.3594.5228.63
Hex4848E61702Cb85f1d
Octal4204216141705427013735
Binary10010000100100011101100001111010110010111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04848E; }

 p { color: rgb(4,132,142); }

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

<style>
 a { background-color: #04848E; }

 a { background-color: rgb(4,132,142); }

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

<style>
 span { border-color: #04848E; }

 span { border-color: rgb(4,132,142); }

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