Html Css Color HEX #4D93DF Picton Blue

📋 copy color: '#4D93DF'

red 77 ◦ green 147 ◦ blue 223

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

Shades of Picton Blue #4D93DF

Tints of Picton Blue #4D93DF

RGB

 RED value IS 77 (30.47% from 255) = 17.23%

 GREEN value IS 147 (57.81% from 255) = 32.89%

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

R = 17.23%
G = 32.89%
B = 49.89%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D93DF (or 0x4D93DF) is known color: Picton Blue. HEX triplet: 4D, 93 and DF. RGB value is (77,147,223). Sum of RGB (Red+Green+Blue) = 77+147+223=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D93DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D93DF is #B26C20. Grayscale: #868686. Windows color (decimal): -11693089 or 14652237. OLE color: 14652237.

HSL color Cylindrical-coordinate representation of color #4D93DF: hue angle of 211.23º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D93DF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 147 223 -
CMYK 0.65 0.34 0 0.13
HSL 211.23º 0.7% 0.59% -
HSV(B) 211.23º 0.65% 0.87% -
XYZ 26.81 27.77 73.76 -
YUV 134.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 77 147 223 0.65 0.34 0 0.13 211.23 0.7 0.59
Hex 4D 93 DF 41 22 0 D D3 46 3B
Octal 115 223 337 101 42 0 15 323 106 73
Binary 1001101 10010011 11011111 1000001 100010 0 1101 11010011 1000110 111011

Color Harmonies of #4D93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D93DF

Black with #4D93DF

Text Example


Text Example

White with #4D93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D93DF; }

 p { color: rgb(77,147,223); }

 H1.HeaderClassName
 {
   color: #4D93DF;
 }
 .AnyTagClassName
 {
   color: #4D93DF;
 }
</style>

background-color css

<style>
 a { background-color: #4D93DF; }

 a { background-color: rgb(77,147,223); }

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

border-color css

<style>
 span { border-color: #4D93DF; }

 span { border-color: rgb(77,147,223); }

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