Html Css Color HEX #048DA3 Eastern Blue

📋 copy color: '#048DA3'

red 4 ◦ green 141 ◦ blue 163

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

Shades of Eastern Blue #048DA3

Tints of Eastern Blue #048DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.92%

R = 1.3%
G = 45.78%
B = 52.92%

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

#048DA3 (or 0x048DA3) is known color: Eastern Blue. HEX triplet: 04, 8D and A3. RGB value is (4,141,163). Sum of RGB (Red+Green+Blue) = 4+141+163=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #048DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA3 is #FB725C. Grayscale: #666666. Windows color (decimal): -16478813 or 10718468. OLE color: 10718468.

HSL color Cylindrical-coordinate representation of color #048DA3: hue angle of 188.3º 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 #048DA3 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 141 163 -
CMYK 0.98 0.13 0 0.36
HSL 188.3º 0.95% 0.33% -
HSV(B) 188.3º 0.98% 0.64% -
XYZ 16.19 21.72 37.99 -
YUV 102.55 162.11 57.71 -
System Red Green Blue C M Y K H S L
Decimal 4 141 163 0.98 0.13 0 0.36 188.3 0.95 0.33
Hex 4 8D A3 62 D 0 24 BC 5F 21
Octal 4 215 243 142 15 0 44 274 137 41
Binary 100 10001101 10100011 1100010 1101 0 100100 10111100 1011111 100001

Color Harmonies of #048DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048DA3

Black with #048DA3

Text Example


Text Example

White with #048DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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