Html Css Color HEX #4994BE Curious Blue

📋 copy color: '#4994BE'

red 73 ◦ green 148 ◦ blue 190

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

Shades of Curious Blue #4994BE

Tints of Curious Blue #4994BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 17.76%
G = 36.01%
B = 46.23%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4994BE (or 0x4994BE) is known color: Curious Blue. HEX triplet: 49, 94 and BE. RGB value is (73,148,190). Sum of RGB (Red+Green+Blue) = 73+148+190=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #4994BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994BE is #B66B41. Grayscale: #828282. Windows color (decimal): -11955010 or 12489801. OLE color: 12489801.

HSL color Cylindrical-coordinate representation of color #4994BE: hue angle of 201.54º 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 #4994BE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 148 190 -
CMYK 0.62 0.22 0 0.25
HSL 201.54º 0.47% 0.52% -
HSV(B) 201.54º 0.62% 0.75% -
XYZ 22.63 26.31 52.6 -
YUV 130.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 73 148 190 0.62 0.22 0 0.25 201.54 0.47 0.52
Hex 49 94 BE 3E 16 0 19 CA 2F 34
Octal 111 224 276 76 26 0 31 312 57 64
Binary 1001001 10010100 10111110 111110 10110 0 11001 11001010 101111 110100

Color Harmonies of #4994BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994BE

Black with #4994BE

Text Example


Text Example

White with #4994BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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