Html Css Color HEX #4D9FDE Picton Blue

📋 copy color: '#4D9FDE'

red 77 ◦ green 159 ◦ blue 222

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

Shades of Picton Blue #4D9FDE

Tints of Picton Blue #4D9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.72%

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 16.81%
G = 34.72%
B = 48.47%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D9FDE (or 0x4D9FDE) is known color: Picton Blue. HEX triplet: 4D, 9F and DE. RGB value is (77,159,222). Sum of RGB (Red+Green+Blue) = 77+159+222=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D9FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FDE is #B26021. Grayscale: #8D8D8D. Windows color (decimal): -11690018 or 14589773. OLE color: 14589773.

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

Color convert

RGB 77 159 222 -
CMYK 0.65 0.28 0 0.13
HSL 206.07º 0.69% 0.59% -
HSV(B) 206.07º 0.65% 0.87% -
XYZ 28.64 31.65 73.71 -
YUV 141.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 77 159 222 0.65 0.28 0 0.13 206.07 0.69 0.59
Hex 4D 9F DE 41 1C 0 D CE 45 3B
Octal 115 237 336 101 34 0 15 316 105 73
Binary 1001101 10011111 11011110 1000001 11100 0 1101 11001110 1000101 111011

Color Harmonies of #4D9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9FDE

Black with #4D9FDE

Text Example


Text Example

White with #4D9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,159,222); }

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

background-color css

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

 a { background-color: rgb(77,159,222); }

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

border-color css

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

 span { border-color: rgb(77,159,222); }

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