Html Css Color HEX #4998DC Picton Blue

📋 copy color: '#4998DC'

red 73 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #4998DC

Tints of Picton Blue #4998DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 16.4%
G = 34.16%
B = 49.44%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4998DC (or 0x4998DC) is known color: Picton Blue. HEX triplet: 49, 98 and DC. RGB value is (73,152,220). Sum of RGB (Red+Green+Blue) = 73+152+220=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #4998DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998DC is #B66723. Grayscale: #878787. Windows color (decimal): -11953956 or 14456905. OLE color: 14456905.

HSL color Cylindrical-coordinate representation of color #4998DC: hue angle of 207.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4998DC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 152 220 -
CMYK 0.67 0.31 0 0.14
HSL 207.76º 0.68% 0.57% -
HSV(B) 207.76º 0.67% 0.86% -
XYZ 26.89 29.04 71.9 -
YUV 136.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 73 152 220 0.67 0.31 0 0.14 207.76 0.68 0.57
Hex 49 98 DC 43 1F 0 E D0 44 39
Octal 111 230 334 103 37 0 16 320 104 71
Binary 1001001 10011000 11011100 1000011 11111 0 1110 11010000 1000100 111001

Color Harmonies of #4998DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4998DC

Black with #4998DC

Text Example


Text Example

White with #4998DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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