Html Css Color HEX #048495 Eastern Blue

📋 copy color: '#048495'

red 4 ◦ green 132 ◦ blue 149

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

Shades of Eastern Blue #048495

Tints of Eastern Blue #048495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.32%

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 1.4%
G = 46.32%
B = 52.28%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048495 (or 0x048495) is known color: Eastern Blue. HEX triplet: 04, 84 and 95. RGB value is (4,132,149). Sum of RGB (Red+Green+Blue) = 4+132+149=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #048495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048495 is #FB7B6A. Grayscale: #5F5F5F. Windows color (decimal): -16481131 or 9798660. OLE color: 9798660.

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

Color convert

RGB 4 132 149 -
CMYK 0.97 0.11 0 0.42
HSL 187.03º 0.95% 0.3% -
HSV(B) 187.03º 0.97% 0.58% -
XYZ 13.73 18.7 31.32 -
YUV 95.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 4 132 149 0.97 0.11 0 0.42 187.03 0.95 0.3
Hex 4 84 95 61 B 0 2A BB 5F 1E
Octal 4 204 225 141 13 0 52 273 137 36
Binary 100 10000100 10010101 1100001 1011 0 101010 10111011 1011111 11110

Color Harmonies of #048495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048495

Black with #048495

Text Example


Text Example

White with #048495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048495; }

 p { color: rgb(4,132,149); }

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

background-color css

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

 a { background-color: rgb(4,132,149); }

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

border-color css

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

 span { border-color: rgb(4,132,149); }

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