Html Css Color HEX #048DA2 Eastern Blue

📋 copy color: '#048DA2'

red 4 ◦ green 141 ◦ blue 162

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

Shades of Eastern Blue #048DA2

Tints of Eastern Blue #048DA2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 1.3%
G = 45.93%
B = 52.77%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#048DA2 (or 0x048DA2) is known color: Eastern Blue. HEX triplet: 04, 8D and A2. RGB value is (4,141,162). Sum of RGB (Red+Green+Blue) = 4+141+162=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #048DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA2 is #FB725D. Grayscale: #666666. Windows color (decimal): -16478814 or 10652932. OLE color: 10652932.

HSL color Cylindrical-coordinate representation of color #048DA2: hue angle of 187.97º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DA2 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 141 162 -
CMYK 0.98 0.13 0 0.36
HSL 187.97º 0.95% 0.33% -
HSV(B) 187.97º 0.98% 0.64% -
XYZ 16.1 21.68 37.52 -
YUV 102.43 161.61 57.79 -
System Red Green Blue C M Y K H S L
Decimal 4 141 162 0.98 0.13 0 0.36 187.97 0.95 0.33
Hex 4 8D A2 62 D 0 24 BC 5F 21
Octal 4 215 242 142 15 0 44 274 137 41
Binary 100 10001101 10100010 1100010 1101 0 100100 10111100 1011111 100001

Color Harmonies of #048DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DA2

Black with #048DA2

Text Example


Text Example

White with #048DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048DA2; }

 p { color: rgb(4,141,162); }

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

background-color css

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

 a { background-color: rgb(4,141,162); }

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

border-color css

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

 span { border-color: rgb(4,141,162); }

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