Html Css Color HEX #0493A5 Eastern Blue

📋 copy color: '#0493A5'

red 4 ◦ green 147 ◦ blue 165

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

Shades of Eastern Blue #0493A5

Tints of Eastern Blue #0493A5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

 BLUE value IS 165 (64.84% from 255) = 52.22%

R = 1.27%
G = 46.52%
B = 52.22%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0493A5 (or 0x0493A5) is known color: Eastern Blue. HEX triplet: 04, 93 and A5. RGB value is (4,147,165). Sum of RGB (Red+Green+Blue) = 4+147+165=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 165 (64.84% from 255 or 52.22% from 316); Max value from RGB is 165 - color contains mainly: blue. Hex color #0493A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0493A5 is #FB6C5A. Grayscale: #6A6A6A. Windows color (decimal): -16477275 or 10851076. OLE color: 10851076.

HSL color Cylindrical-coordinate representation of color #0493A5: hue angle of 186.71º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0493A5 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 147 165 -
CMYK 0.98 0.11 0 0.35
HSL 186.71º 0.95% 0.33% -
HSV(B) 186.71º 0.98% 0.65% -
XYZ 17.28 23.61 39.24 -
YUV 106.3 161.12 55.04 -
System Red Green Blue C M Y K H S L
Decimal 4 147 165 0.98 0.11 0 0.35 186.71 0.95 0.33
Hex 4 93 A5 62 B 0 23 BB 5F 21
Octal 4 223 245 142 13 0 43 273 137 41
Binary 100 10010011 10100101 1100010 1011 0 100011 10111011 1011111 100001

Color Harmonies of #0493A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0493A5

Black with #0493A5

Text Example


Text Example

White with #0493A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0493A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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