Html Css Color HEX #048594 Eastern Blue

📋 copy color: '#048594'

red 4 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #048594

Tints of Eastern Blue #048594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 1.4%
G = 46.67%
B = 51.93%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048594 (or 0x048594) is known color: Eastern Blue. HEX triplet: 04, 85 and 94. RGB value is (4,133,148). Sum of RGB (Red+Green+Blue) = 4+133+148=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #048594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048594 is #FB7A6B. Grayscale: #5F5F5F. Windows color (decimal): -16480876 or 9733380. OLE color: 9733380.

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

Color convert

RGB 4 133 148 -
CMYK 0.97 0.10 0 0.42
HSL 186.25º 0.95% 0.3% -
HSV(B) 186.25º 0.97% 0.58% -
XYZ 13.78 18.94 30.95 -
YUV 96.14 157.26 62.28 -
System Red Green Blue C M Y K H S L
Decimal 4 133 148 0.97 0.10 0 0.42 186.25 0.95 0.3
Hex 4 85 94 61 A 0 2A BA 5F 1E
Octal 4 205 224 141 12 0 52 272 137 36
Binary 100 10000101 10010100 1100001 1010 0 101010 10111010 1011111 11110

Color Harmonies of #048594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048594

Black with #048594

Text Example


Text Example

White with #048594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048594; }

 p { color: rgb(4,133,148); }

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

background-color css

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

 a { background-color: rgb(4,133,148); }

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

border-color css

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

 span { border-color: rgb(4,133,148); }

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