Html Css Color HEX #048BA3 Eastern Blue

📋 copy color: '#048BA3'

red 4 ◦ green 139 ◦ blue 163

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

Shades of Eastern Blue #048BA3

Tints of Eastern Blue #048BA3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.42%

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

R = 1.31%
G = 45.42%
B = 53.27%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#048BA3 (or 0x048BA3) is known color: Eastern Blue. HEX triplet: 04, 8B and A3. RGB value is (4,139,163). Sum of RGB (Red+Green+Blue) = 4+139+163=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #048BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BA3 is #FB745C. Grayscale: #656565. Windows color (decimal): -16479325 or 10717956. OLE color: 10717956.

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

Color convert

RGB 4 139 163 -
CMYK 0.98 0.15 0 0.36
HSL 189.06º 0.95% 0.33% -
HSV(B) 189.06º 0.98% 0.64% -
XYZ 15.89 21.14 37.89 -
YUV 101.37 162.77 58.55 -
System Red Green Blue C M Y K H S L
Decimal 4 139 163 0.98 0.15 0 0.36 189.06 0.95 0.33
Hex 4 8B A3 62 F 0 24 BD 5F 21
Octal 4 213 243 142 17 0 44 275 137 41
Binary 100 10001011 10100011 1100010 1111 0 100100 10111101 1011111 100001

Color Harmonies of #048BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BA3

Black with #048BA3

Text Example


Text Example

White with #048BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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