Html Css Color HEX #498FC6 Curious Blue

📋 copy color: '#498FC6'

red 73 ◦ green 143 ◦ blue 198

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

Shades of Curious Blue #498FC6

Tints of Curious Blue #498FC6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 17.63%
G = 34.54%
B = 47.83%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#498FC6 (or 0x498FC6) is known color: Curious Blue. HEX triplet: 49, 8F and C6. RGB value is (73,143,198). Sum of RGB (Red+Green+Blue) = 73+143+198=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #498FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FC6 is #B67039. Grayscale: #808080. Windows color (decimal): -11956282 or 13012809. OLE color: 13012809.

HSL color Cylindrical-coordinate representation of color #498FC6: hue angle of 206.4º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498FC6 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 143 198 -
CMYK 0.63 0.28 0 0.22
HSL 206.4º 0.52% 0.53% -
HSV(B) 206.4º 0.63% 0.78% -
XYZ 22.76 25.14 57.08 -
YUV 128.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 73 143 198 0.63 0.28 0 0.22 206.4 0.52 0.53
Hex 49 8F C6 3F 1C 0 16 CE 34 35
Octal 111 217 306 77 34 0 26 316 64 65
Binary 1001001 10001111 11000110 111111 11100 0 10110 11001110 110100 110101

Color Harmonies of #498FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FC6

Black with #498FC6

Text Example


Text Example

White with #498FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,143,198); }

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

background-color css

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

 a { background-color: rgb(73,143,198); }

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

border-color css

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

 span { border-color: rgb(73,143,198); }

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