Html Css Color HEX #4998CE Picton Blue

📋 copy color: '#4998CE'

red 73 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4998CE

Tints of Picton Blue #4998CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.27%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 16.94%
G = 35.27%
B = 47.8%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4998CE (or 0x4998CE) is known color: Picton Blue. HEX triplet: 49, 98 and CE. RGB value is (73,152,206). Sum of RGB (Red+Green+Blue) = 73+152+206=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #4998CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CE is #B66731. Grayscale: #868686. Windows color (decimal): -11953970 or 13539401. OLE color: 13539401.

HSL color Cylindrical-coordinate representation of color #4998CE: hue angle of 204.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4998CE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 152 206 -
CMYK 0.65 0.26 0 0.19
HSL 204.36º 0.58% 0.55% -
HSV(B) 204.36º 0.65% 0.81% -
XYZ 25.12 28.33 62.54 -
YUV 134.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 73 152 206 0.65 0.26 0 0.19 204.36 0.58 0.55
Hex 49 98 CE 41 1A 0 13 CC 3A 37
Octal 111 230 316 101 32 0 23 314 72 67
Binary 1001001 10011000 11001110 1000001 11010 0 10011 11001100 111010 110111

Color Harmonies of #4998CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998CE

Black with #4998CE

Text Example


Text Example

White with #4998CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4998CE; }

 p { color: rgb(73,152,206); }

 H1.HeaderClassName
 {
   color: #4998CE;
 }
 .AnyTagClassName
 {
   color: #4998CE;
 }
</style>

background-color css

<style>
 a { background-color: #4998CE; }

 a { background-color: rgb(73,152,206); }

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

border-color css

<style>
 span { border-color: #4998CE; }

 span { border-color: rgb(73,152,206); }

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