Html Css Color HEX #4994DB Picton Blue

📋 copy color: '#4994DB'

red 73 ◦ green 148 ◦ blue 219

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

Shades of Picton Blue #4994DB

Tints of Picton Blue #4994DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 16.59%
G = 33.64%
B = 49.77%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4994DB (or 0x4994DB) is known color: Picton Blue. HEX triplet: 49, 94 and DB. RGB value is (73,148,219). Sum of RGB (Red+Green+Blue) = 73+148+219=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #4994DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994DB is #B66B24. Grayscale: #858585. Windows color (decimal): -11954981 or 14390345. OLE color: 14390345.

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

Color convert

RGB 73 148 219 -
CMYK 0.67 0.32 0 0.14
HSL 209.18º 0.67% 0.57% -
HSV(B) 209.18º 0.67% 0.86% -
XYZ 26.12 27.71 70.99 -
YUV 133.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 73 148 219 0.67 0.32 0 0.14 209.18 0.67 0.57
Hex 49 94 DB 43 20 0 E D1 43 39
Octal 111 224 333 103 40 0 16 321 103 71
Binary 1001001 10010100 11011011 1000011 100000 0 1110 11010001 1000011 111001

Color Harmonies of #4994DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994DB

Black with #4994DB

Text Example


Text Example

White with #4994DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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