Html Css Color HEX #4993BF Curious Blue

📋 copy color: '#4993BF'

red 73 ◦ green 147 ◦ blue 191

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

Shades of Curious Blue #4993BF

Tints of Curious Blue #4993BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 17.76%
G = 35.77%
B = 46.47%

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

#4993BF (or 0x4993BF) is known color: Curious Blue. HEX triplet: 49, 93 and BF. RGB value is (73,147,191). Sum of RGB (Red+Green+Blue) = 73+147+191=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #4993BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993BF is #B66C40. Grayscale: #818181. Windows color (decimal): -11955265 or 12555081. OLE color: 12555081.

HSL color Cylindrical-coordinate representation of color #4993BF: hue angle of 202.37º degrees, saturation: 0.48, 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 #4993BF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 147 191 -
CMYK 0.62 0.23 0 0.25
HSL 202.37º 0.48% 0.52% -
HSV(B) 202.37º 0.62% 0.75% -
XYZ 22.59 26.05 53.13 -
YUV 129.89 162.48 87.42 -
System Red Green Blue C M Y K H S L
Decimal 73 147 191 0.62 0.23 0 0.25 202.37 0.48 0.52
Hex 49 93 BF 3E 17 0 19 CA 30 34
Octal 111 223 277 76 27 0 31 312 60 64
Binary 1001001 10010011 10111111 111110 10111 0 11001 11001010 110000 110100

Color Harmonies of #4993BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993BF

Black with #4993BF

Text Example


Text Example

White with #4993BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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