Html Css Color HEX #498CDE Picton Blue

📋 copy color: '#498CDE'

red 73 ◦ green 140 ◦ blue 222

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

Shades of Picton Blue #498CDE

Tints of Picton Blue #498CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.18%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 16.78%
G = 32.18%
B = 51.03%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#498CDE (or 0x498CDE) is known color: Picton Blue. HEX triplet: 49, 8C and DE. RGB value is (73,140,222). Sum of RGB (Red+Green+Blue) = 73+140+222=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #498CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CDE is #B67321. Grayscale: #808080. Windows color (decimal): -11957026 or 14584905. OLE color: 14584905.

HSL color Cylindrical-coordinate representation of color #498CDE: hue angle of 213.02º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #498CDE is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 140 222 -
CMYK 0.67 0.37 0 0.13
HSL 213.02º 0.69% 0.58% -
HSV(B) 213.02º 0.67% 0.87% -
XYZ 25.31 25.45 72.68 -
YUV 129.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 73 140 222 0.67 0.37 0 0.13 213.02 0.69 0.58
Hex 49 8C DE 43 25 0 D D5 45 3A
Octal 111 214 336 103 45 0 15 325 105 72
Binary 1001001 10001100 11011110 1000011 100101 0 1101 11010101 1000101 111010

Color Harmonies of #498CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498CDE

Black with #498CDE

Text Example


Text Example

White with #498CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,140,222); }

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

background-color css

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

 a { background-color: rgb(73,140,222); }

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

border-color css

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

 span { border-color: rgb(73,140,222); }

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