Html Css Color HEX #048193 Eastern Blue

📋 copy color: '#048193'

red 4 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #048193

Tints of Eastern Blue #048193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 1.43%
G = 46.07%
B = 52.5%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048193 (or 0x048193) is known color: Eastern Blue. HEX triplet: 04, 81 and 93. RGB value is (4,129,147). Sum of RGB (Red+Green+Blue) = 4+129+147=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #048193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048193 is #FB7E6C. Grayscale: #5D5D5D. Windows color (decimal): -16481901 or 9666820. OLE color: 9666820.

HSL color Cylindrical-coordinate representation of color #048193: hue angle of 187.55º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048193 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 129 147 -
CMYK 0.97 0.12 0 0.42
HSL 187.55º 0.95% 0.3% -
HSV(B) 187.55º 0.97% 0.58% -
XYZ 13.17 17.83 30.35 -
YUV 93.68 158.09 64.04 -
System Red Green Blue C M Y K H S L
Decimal 4 129 147 0.97 0.12 0 0.42 187.55 0.95 0.3
Hex 4 81 93 61 C 0 2A BC 5F 1E
Octal 4 201 223 141 14 0 52 274 137 36
Binary 100 10000001 10010011 1100001 1100 0 101010 10111100 1011111 11110

Color Harmonies of #048193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048193

Black with #048193

Text Example


Text Example

White with #048193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048193; }

 p { color: rgb(4,129,147); }

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

background-color css

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

 a { background-color: rgb(4,129,147); }

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

border-color css

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

 span { border-color: rgb(4,129,147); }

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