Html Css Color HEX #048290 Dark Cyan

📋 copy color: '#048290'

red 4 ◦ green 130 ◦ blue 144

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

Shades of Dark Cyan #048290

Tints of Dark Cyan #048290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 1.44%
G = 46.76%
B = 51.8%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#048290 (or 0x048290) is known color: Dark Cyan. HEX triplet: 04, 82 and 90. RGB value is (4,130,144). Sum of RGB (Red+Green+Blue) = 4+130+144=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #048290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048290 is #FB7D6F. Grayscale: #5D5D5D. Windows color (decimal): -16481648 or 9470468. OLE color: 9470468.

HSL color Cylindrical-coordinate representation of color #048290: hue angle of 186º 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 #048290 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 130 144 -
CMYK 0.97 0.10 0 0.44
HSL 186º 0.95% 0.29% -
HSV(B) 186º 0.97% 0.56% -
XYZ 13.07 18 29.17 -
YUV 93.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 4 130 144 0.97 0.10 0 0.44 186 0.95 0.29
Hex 4 82 90 61 A 0 2C BA 5F 1D
Octal 4 202 220 141 12 0 54 272 137 35
Binary 100 10000010 10010000 1100001 1010 0 101100 10111010 1011111 11101

Color Harmonies of #048290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048290

Black with #048290

Text Example


Text Example

White with #048290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048290; }

 p { color: rgb(4,130,144); }

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

background-color css

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

 a { background-color: rgb(4,130,144); }

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

border-color css

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

 span { border-color: rgb(4,130,144); }

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