Html Css Color HEX #4994DC Picton Blue

📋 copy color: '#4994DC'

red 73 ◦ green 148 ◦ blue 220

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

Shades of Picton Blue #4994DC

Tints of Picton Blue #4994DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

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

R = 16.55%
G = 33.56%
B = 49.89%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4994DC (or 0x4994DC) is known color: Picton Blue. HEX triplet: 49, 94 and DC. RGB value is (73,148,220). Sum of RGB (Red+Green+Blue) = 73+148+220=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #4994DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994DC is #B66B23. Grayscale: #858585. Windows color (decimal): -11954980 or 14455881. OLE color: 14455881.

HSL color Cylindrical-coordinate representation of color #4994DC: hue angle of 209.39º 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 #4994DC is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 148 220 -
CMYK 0.67 0.33 0 0.14
HSL 209.39º 0.68% 0.57% -
HSV(B) 209.39º 0.67% 0.86% -
XYZ 26.26 27.76 71.69 -
YUV 133.78 176.65 84.65 -
System Red Green Blue C M Y K H S L
Decimal 73 148 220 0.67 0.33 0 0.14 209.39 0.68 0.57
Hex 49 94 DC 43 21 0 E D1 44 39
Octal 111 224 334 103 41 0 16 321 104 71
Binary 1001001 10010100 11011100 1000011 100001 0 1110 11010001 1000100 111001

Color Harmonies of #4994DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994DC

Black with #4994DC

Text Example


Text Example

White with #4994DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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