Html Css Color HEX #4993BE Curious Blue

📋 copy color: '#4993BE'

red 73 ◦ green 147 ◦ blue 190

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

Shades of Curious Blue #4993BE

Tints of Curious Blue #4993BE

RGB

 RED value IS 73 (28.91% from 255) = 17.8%

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 17.8%
G = 35.85%
B = 46.34%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4993BE (or 0x4993BE) is known color: Curious Blue. HEX triplet: 49, 93 and BE. RGB value is (73,147,190). Sum of RGB (Red+Green+Blue) = 73+147+190=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #4993BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993BE is #B66C41. Grayscale: #818181. Windows color (decimal): -11955266 or 12489545. OLE color: 12489545.

HSL color Cylindrical-coordinate representation of color #4993BE: hue angle of 202.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4993BE is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 147 190 -
CMYK 0.62 0.23 0 0.25
HSL 202.05º 0.47% 0.52% -
HSV(B) 202.05º 0.62% 0.75% -
XYZ 22.48 26 52.55 -
YUV 129.78 161.98 87.5 -
System Red Green Blue C M Y K H S L
Decimal 73 147 190 0.62 0.23 0 0.25 202.05 0.47 0.52
Hex 49 93 BE 3E 17 0 19 CA 2F 34
Octal 111 223 276 76 27 0 31 312 57 64
Binary 1001001 10010011 10111110 111110 10111 0 11001 11001010 101111 110100

Color Harmonies of #4993BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993BE

Black with #4993BE

Text Example


Text Example

White with #4993BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4993BE; }

 p { color: rgb(73,147,190); }

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

background-color css

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

 a { background-color: rgb(73,147,190); }

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

border-color css

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

 span { border-color: rgb(73,147,190); }

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