Html Css Color HEX #048392 Dark Cyan

📋 copy color: '#048392'

red 4 ◦ green 131 ◦ blue 146

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

Shades of Dark Cyan #048392

Tints of Dark Cyan #048392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 1.42%
G = 46.62%
B = 51.96%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048392 (or 0x048392) is known color: Dark Cyan. HEX triplet: 04, 83 and 92. RGB value is (4,131,146). Sum of RGB (Red+Green+Blue) = 4+131+146=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #048392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048392 is #FB7C6D. Grayscale: #5E5E5E. Windows color (decimal): -16481390 or 9601796. OLE color: 9601796.

HSL color Cylindrical-coordinate representation of color #048392: hue angle of 186.34º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048392 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 131 146 -
CMYK 0.97 0.10 0 0.43
HSL 186.34º 0.95% 0.29% -
HSV(B) 186.34º 0.97% 0.57% -
XYZ 13.35 18.33 30.03 -
YUV 94.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 4 131 146 0.97 0.10 0 0.43 186.34 0.95 0.29
Hex 4 83 92 61 A 0 2B BA 5F 1D
Octal 4 203 222 141 12 0 53 272 137 35
Binary 100 10000011 10010010 1100001 1010 0 101011 10111010 1011111 11101

Color Harmonies of #048392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048392

Black with #048392

Text Example


Text Example

White with #048392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048392; }

 p { color: rgb(4,131,146); }

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

background-color css

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

 a { background-color: rgb(4,131,146); }

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

border-color css

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

 span { border-color: rgb(4,131,146); }

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