Html Css Color HEX #4996DF Picton Blue

📋 copy color: '#4996DF'

red 73 ◦ green 150 ◦ blue 223

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

Shades of Picton Blue #4996DF

Tints of Picton Blue #4996DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

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

R = 16.37%
G = 33.63%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4996DF (or 0x4996DF) is known color: Picton Blue. HEX triplet: 49, 96 and DF. RGB value is (73,150,223). Sum of RGB (Red+Green+Blue) = 73+150+223=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #4996DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996DF is #B66920. Grayscale: #868686. Windows color (decimal): -11954465 or 14653001. OLE color: 14653001.

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

Color convert

RGB 73 150 223 -
CMYK 0.67 0.33 0 0.13
HSL 209.2º 0.7% 0.58% -
HSV(B) 209.2º 0.67% 0.87% -
XYZ 26.97 28.56 73.9 -
YUV 135.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 73 150 223 0.67 0.33 0 0.13 209.2 0.7 0.58
Hex 49 96 DF 43 21 0 D D1 46 3A
Octal 111 226 337 103 41 0 15 321 106 72
Binary 1001001 10010110 11011111 1000011 100001 0 1101 11010001 1000110 111010

Color Harmonies of #4996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996DF

Black with #4996DF

Text Example


Text Example

White with #4996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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