Html Css Color HEX #4D9CDC Picton Blue

📋 copy color: '#4D9CDC'

red 77 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #4D9CDC

Tints of Picton Blue #4D9CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.44%

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 17%
G = 34.44%
B = 48.57%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D9CDC (or 0x4D9CDC) is known color: Picton Blue. HEX triplet: 4D, 9C and DC. RGB value is (77,156,220). Sum of RGB (Red+Green+Blue) = 77+156+220=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9CDC is #B26323. Grayscale: #8B8B8B. Windows color (decimal): -11690788 or 14457933. OLE color: 14457933.

HSL color Cylindrical-coordinate representation of color #4D9CDC: hue angle of 206.85º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D9CDC is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 156 220 -
CMYK 0.65 0.29 0 0.14
HSL 206.85º 0.67% 0.58% -
HSV(B) 206.85º 0.65% 0.86% -
XYZ 27.87 30.52 72.13 -
YUV 139.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 77 156 220 0.65 0.29 0 0.14 206.85 0.67 0.58
Hex 4D 9C DC 41 1D 0 E CF 43 3A
Octal 115 234 334 101 35 0 16 317 103 72
Binary 1001101 10011100 11011100 1000001 11101 0 1110 11001111 1000011 111010

Color Harmonies of #4D9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9CDC

Black with #4D9CDC

Text Example


Text Example

White with #4D9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,156,220); }

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

background-color css

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

 a { background-color: rgb(77,156,220); }

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

border-color css

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

 span { border-color: rgb(77,156,220); }

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