Html Css Color HEX #048296 Eastern Blue

📋 copy color: '#048296'

red 4 ◦ green 130 ◦ blue 150

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

Shades of Eastern Blue #048296

Tints of Eastern Blue #048296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

 BLUE value IS 150 (58.98% from 255) = 52.82%

R = 1.41%
G = 45.77%
B = 52.82%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#048296 (or 0x048296) is known color: Eastern Blue. HEX triplet: 04, 82 and 96. RGB value is (4,130,150). Sum of RGB (Red+Green+Blue) = 4+130+150=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #048296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048296 is #FB7D69. Grayscale: #5E5E5E. Windows color (decimal): -16481642 or 9863684. OLE color: 9863684.

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

Color convert

RGB 4 130 150 -
CMYK 0.97 0.13 0 0.41
HSL 188.22º 0.95% 0.3% -
HSV(B) 188.22º 0.97% 0.59% -
XYZ 13.54 18.19 31.65 -
YUV 94.61 159.26 63.37 -
System Red Green Blue C M Y K H S L
Decimal 4 130 150 0.97 0.13 0 0.41 188.22 0.95 0.3
Hex 4 82 96 61 D 0 29 BC 5F 1E
Octal 4 202 226 141 15 0 51 274 137 36
Binary 100 10000010 10010110 1100001 1101 0 101001 10111100 1011111 11110

Color Harmonies of #048296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048296

Black with #048296

Text Example


Text Example

White with #048296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048296; }

 p { color: rgb(4,130,150); }

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

background-color css

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

 a { background-color: rgb(4,130,150); }

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

border-color css

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

 span { border-color: rgb(4,130,150); }

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