Html Css Color HEX #498EC3 Curious Blue

📋 copy color: '#498EC3'

red 73 ◦ green 142 ◦ blue 195

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

Shades of Curious Blue #498EC3

Tints of Curious Blue #498EC3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

 BLUE value IS 195 (76.56% from 255) = 47.56%

R = 17.8%
G = 34.63%
B = 47.56%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#498EC3 (or 0x498EC3) is known color: Curious Blue. HEX triplet: 49, 8E and C3. RGB value is (73,142,195). Sum of RGB (Red+Green+Blue) = 73+142+195=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #498EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EC3 is #B6713C. Grayscale: #7F7F7F. Windows color (decimal): -11956541 or 12815945. OLE color: 12815945.

HSL color Cylindrical-coordinate representation of color #498EC3: hue angle of 206.07º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498EC3 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 142 195 -
CMYK 0.63 0.27 0 0.24
HSL 206.07º 0.5% 0.53% -
HSV(B) 206.07º 0.63% 0.76% -
XYZ 22.27 24.7 55.22 -
YUV 127.41 166.14 89.19 -
System Red Green Blue C M Y K H S L
Decimal 73 142 195 0.63 0.27 0 0.24 206.07 0.5 0.53
Hex 49 8E C3 3F 1B 0 18 CE 32 35
Octal 111 216 303 77 33 0 30 316 62 65
Binary 1001001 10001110 11000011 111111 11011 0 11000 11001110 110010 110101

Color Harmonies of #498EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EC3

Black with #498EC3

Text Example


Text Example

White with #498EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498EC3; }

 p { color: rgb(73,142,195); }

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

background-color css

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

 a { background-color: rgb(73,142,195); }

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

border-color css

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

 span { border-color: rgb(73,142,195); }

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