Html Css Color HEX #4DA3CE Picton Blue

📋 copy color: '#4DA3CE'

red 77 ◦ green 163 ◦ blue 206

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

Shades of Picton Blue #4DA3CE

Tints of Picton Blue #4DA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.55%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 17.26%
G = 36.55%
B = 46.19%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DA3CE (or 0x4DA3CE) is known color: Picton Blue. HEX triplet: 4D, A3 and CE. RGB value is (77,163,206). Sum of RGB (Red+Green+Blue) = 77+163+206=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA3CE is #B25C31. Grayscale: #8D8D8D. Windows color (decimal): -11689010 or 13542221. OLE color: 13542221.

HSL color Cylindrical-coordinate representation of color #4DA3CE: hue angle of 200º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DA3CE is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 163 206 -
CMYK 0.63 0.21 0 0.19
HSL 200º 0.57% 0.55% -
HSV(B) 200º 0.63% 0.81% -
XYZ 27.3 32.23 63.17 -
YUV 142.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 77 163 206 0.63 0.21 0 0.19 200 0.57 0.55
Hex 4D A3 CE 3F 15 0 13 C8 39 37
Octal 115 243 316 77 25 0 23 310 71 67
Binary 1001101 10100011 11001110 111111 10101 0 10011 11001000 111001 110111

Color Harmonies of #4DA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA3CE

Black with #4DA3CE

Text Example


Text Example

White with #4DA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,163,206); }

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

background-color css

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

 a { background-color: rgb(77,163,206); }

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

border-color css

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

 span { border-color: rgb(77,163,206); }

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