Html Css Color HEX #498DC0 Curious Blue

📋 copy color: '#498DC0'

red 73 ◦ green 141 ◦ blue 192

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

Shades of Curious Blue #498DC0

Tints of Curious Blue #498DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.73%

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 17.98%
G = 34.73%
B = 47.29%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#498DC0 (or 0x498DC0) is known color: Curious Blue. HEX triplet: 49, 8D and C0. RGB value is (73,141,192). Sum of RGB (Red+Green+Blue) = 73+141+192=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #498DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DC0 is #B6723F. Grayscale: #7E7E7E. Windows color (decimal): -11956800 or 12619081. OLE color: 12619081.

HSL color Cylindrical-coordinate representation of color #498DC0: hue angle of 205.71º degrees, saturation: 0.49, 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 #498DC0 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 141 192 -
CMYK 0.62 0.27 0 0.25
HSL 205.71º 0.49% 0.52% -
HSV(B) 205.71º 0.62% 0.75% -
XYZ 21.79 24.27 53.41 -
YUV 126.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 73 141 192 0.62 0.27 0 0.25 205.71 0.49 0.52
Hex 49 8D C0 3E 1B 0 19 CE 31 34
Octal 111 215 300 76 33 0 31 316 61 64
Binary 1001001 10001101 11000000 111110 11011 0 11001 11001110 110001 110100

Color Harmonies of #498DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498DC0

Black with #498DC0

Text Example


Text Example

White with #498DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,141,192); }

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

background-color css

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

 a { background-color: rgb(73,141,192); }

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

border-color css

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

 span { border-color: rgb(73,141,192); }

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