Html Css Color HEX #4994DF Picton Blue

📋 copy color: '#4994DF'

red 73 ◦ green 148 ◦ blue 223

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

Shades of Picton Blue #4994DF

Tints of Picton Blue #4994DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 16.44%
G = 33.33%
B = 50.23%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4994DF (or 0x4994DF) is known color: Picton Blue. HEX triplet: 49, 94 and DF. RGB value is (73,148,223). Sum of RGB (Red+Green+Blue) = 73+148+223=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #4994DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994DF is #B66B20. Grayscale: #858585. Windows color (decimal): -11954977 or 14652489. OLE color: 14652489.

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

Color convert

RGB 73 148 223 -
CMYK 0.67 0.34 0 0.13
HSL 210º 0.7% 0.58% -
HSV(B) 210º 0.67% 0.87% -
XYZ 26.66 27.92 73.8 -
YUV 134.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 73 148 223 0.67 0.34 0 0.13 210 0.7 0.58
Hex 49 94 DF 43 22 0 D D2 46 3A
Octal 111 224 337 103 42 0 15 322 106 72
Binary 1001001 10010100 11011111 1000011 100010 0 1101 11010010 1000110 111010

Color Harmonies of #4994DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994DF

Black with #4994DF

Text Example


Text Example

White with #4994DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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