Html Css Color HEX #4991DF Picton Blue

📋 copy color: '#4991DF'

red 73 ◦ green 145 ◦ blue 223

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

Shades of Picton Blue #4991DF

Tints of Picton Blue #4991DF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

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

R = 16.55%
G = 32.88%
B = 50.57%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4991DF (or 0x4991DF) is known color: Picton Blue. HEX triplet: 49, 91 and DF. RGB value is (73,145,223). Sum of RGB (Red+Green+Blue) = 73+145+223=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #4991DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991DF is #B66E20. Grayscale: #838383. Windows color (decimal): -11955745 or 14651721. OLE color: 14651721.

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

Color convert

RGB 73 145 223 -
CMYK 0.67 0.35 0 0.13
HSL 211.2º 0.7% 0.58% -
HSV(B) 211.2º 0.67% 0.87% -
XYZ 26.19 26.99 73.64 -
YUV 132.36 179.15 85.66 -
System Red Green Blue C M Y K H S L
Decimal 73 145 223 0.67 0.35 0 0.13 211.2 0.7 0.58
Hex 49 91 DF 43 23 0 D D3 46 3A
Octal 111 221 337 103 43 0 15 323 106 72
Binary 1001001 10010001 11011111 1000011 100011 0 1101 11010011 1000110 111010

Color Harmonies of #4991DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4991DF

Black with #4991DF

Text Example


Text Example

White with #4991DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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