Html Css Color HEX #4D94DF Picton Blue

📋 copy color: '#4D94DF'

red 77 ◦ green 148 ◦ blue 223

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

Shades of Picton Blue #4D94DF

Tints of Picton Blue #4D94DF

RGB

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

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

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

R = 17.19%
G = 33.04%
B = 49.78%

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

#4D94DF (or 0x4D94DF) is known color: Picton Blue. HEX triplet: 4D, 94 and DF. RGB value is (77,148,223). Sum of RGB (Red+Green+Blue) = 77+148+223=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D94DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D94DF is #B26B20. Grayscale: #868686. Windows color (decimal): -11692833 or 14652493. OLE color: 14652493.

HSL color Cylindrical-coordinate representation of color #4D94DF: hue angle of 210.82º 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 #4D94DF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 148 223 -
CMYK 0.65 0.34 0 0.13
HSL 210.82º 0.7% 0.59% -
HSV(B) 210.82º 0.65% 0.87% -
XYZ 26.97 28.09 73.81 -
YUV 135.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 77 148 223 0.65 0.34 0 0.13 210.82 0.7 0.59
Hex 4D 94 DF 41 22 0 D D3 46 3B
Octal 115 224 337 101 42 0 15 323 106 73
Binary 1001101 10010100 11011111 1000001 100010 0 1101 11010011 1000110 111011

Color Harmonies of #4D94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D94DF

Black with #4D94DF

Text Example


Text Example

White with #4D94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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