Html Css Color HEX #048292 Eastern Blue

📋 copy color: '#048292'

red 4 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #048292

Tints of Eastern Blue #048292

RGB

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

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

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

R = 1.43%
G = 46.43%
B = 52.14%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048292 (or 0x048292) is known color: Eastern Blue. HEX triplet: 04, 82 and 92. RGB value is (4,130,146). Sum of RGB (Red+Green+Blue) = 4+130+146=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #048292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048292 is #FB7D6D. Grayscale: #5D5D5D. Windows color (decimal): -16481646 or 9601540. OLE color: 9601540.

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

Color convert

RGB 4 130 146 -
CMYK 0.97 0.11 0 0.43
HSL 186.76º 0.95% 0.29% -
HSV(B) 186.76º 0.97% 0.57% -
XYZ 13.22 18.07 29.98 -
YUV 94.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 4 130 146 0.97 0.11 0 0.43 186.76 0.95 0.29
Hex 4 82 92 61 B 0 2B BB 5F 1D
Octal 4 202 222 141 13 0 53 273 137 35
Binary 100 10000010 10010010 1100001 1011 0 101011 10111011 1011111 11101

Color Harmonies of #048292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048292

Black with #048292

Text Example


Text Example

White with #048292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048292; }

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

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

background-color css

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

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

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

border-color css

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

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

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