Html Css Color HEX #048092 Eastern Blue

📋 copy color: '#048092'

red 4 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #048092

Tints of Eastern Blue #048092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 146 (57.42% from 255) = 52.52%

R = 1.44%
G = 46.04%
B = 52.52%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048092 (or 0x048092) is known color: Eastern Blue. HEX triplet: 04, 80 and 92. RGB value is (4,128,146). Sum of RGB (Red+Green+Blue) = 4+128+146=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #048092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048092 is #FB7F6D. Grayscale: #5C5C5C. Windows color (decimal): -16482158 or 9601028. OLE color: 9601028.

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

Color convert

RGB 4 128 146 -
CMYK 0.97 0.12 0 0.43
HSL 187.61º 0.95% 0.29% -
HSV(B) 187.61º 0.97% 0.57% -
XYZ 12.96 17.54 29.9 -
YUV 92.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 4 128 146 0.97 0.12 0 0.43 187.61 0.95 0.29
Hex 4 80 92 61 C 0 2B BC 5F 1D
Octal 4 200 222 141 14 0 53 274 137 35
Binary 100 10000000 10010010 1100001 1100 0 101011 10111100 1011111 11101

Color Harmonies of #048092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048092

Black with #048092

Text Example


Text Example

White with #048092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048092; }

 p { color: rgb(4,128,146); }

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

background-color css

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

 a { background-color: rgb(4,128,146); }

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

border-color css

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

 span { border-color: rgb(4,128,146); }

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