Html Css Color HEX #04858C Dark Cyan

📋 copy color: '#04858C'

red 4 ◦ green 133 ◦ blue 140

#04858C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #04858C

Tints of Dark Cyan #04858C

RGB

 RED value IS 4 (1.95% from 255) = 1.44%

 GREEN value IS 133 (52.34% from 255) = 48.01%

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 1.44%
G = 48.01%
B = 50.54%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04858C (or 0x04858C) is known color: Dark Cyan. HEX triplet: 04, 85 and 8C. RGB value is (4,133,140). Sum of RGB (Red+Green+Blue) = 4+133+140=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #04858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04858C is #FB7A73. Grayscale: #5F5F5F. Windows color (decimal): -16480884 or 9209092. OLE color: 9209092.

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

Color convert

RGB 4 133 140 -
CMYK 0.97 0.05 0 0.45
HSL 183.09º 0.94% 0.28% -
HSV(B) 183.09º 0.97% 0.55% -
XYZ 13.17 18.69 27.73 -
YUV 95.23 153.26 62.93 -
System Red Green Blue C M Y K H S L
Decimal 4 133 140 0.97 0.05 0 0.45 183.09 0.94 0.28
Hex 4 85 8C 61 5 0 2D B7 5E 1C
Octal 4 205 214 141 5 0 55 267 136 34
Binary 100 10000101 10001100 1100001 101 0 101101 10110111 1011110 11100

Color Harmonies of #04858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04858C

Black with #04858C

Text Example


Text Example

White with #04858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04858C;
 }
 .AnyTagClassName
 {
   color: #04858C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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