Html Css Color HEX #498FC0 Curious Blue

📋 copy color: '#498FC0'

red 73 ◦ green 143 ◦ blue 192

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

Shades of Curious Blue #498FC0

Tints of Curious Blue #498FC0

RGB

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

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

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

R = 17.89%
G = 35.05%
B = 47.06%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#498FC0 (or 0x498FC0) is known color: Curious Blue. HEX triplet: 49, 8F and C0. RGB value is (73,143,192). Sum of RGB (Red+Green+Blue) = 73+143+192=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #498FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FC0 is #B6703F. Grayscale: #7F7F7F. Windows color (decimal): -11956288 or 12619593. OLE color: 12619593.

HSL color Cylindrical-coordinate representation of color #498FC0: hue angle of 204.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 #498FC0 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 143 192 -
CMYK 0.62 0.26 0 0.25
HSL 204.71º 0.49% 0.52% -
HSV(B) 204.71º 0.62% 0.75% -
XYZ 22.08 24.87 53.51 -
YUV 127.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 73 143 192 0.62 0.26 0 0.25 204.71 0.49 0.52
Hex 49 8F C0 3E 1A 0 19 CD 31 34
Octal 111 217 300 76 32 0 31 315 61 64
Binary 1001001 10001111 11000000 111110 11010 0 11001 11001101 110001 110100

Color Harmonies of #498FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FC0

Black with #498FC0

Text Example


Text Example

White with #498FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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