Html Css Color HEX #4DA5CE Picton Blue

📋 copy color: '#4DA5CE'

red 77 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #4DA5CE

Tints of Picton Blue #4DA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

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

R = 17.19%
G = 36.83%
B = 45.98%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DA5CE (or 0x4DA5CE) is known color: Picton Blue. HEX triplet: 4D, A5 and CE. RGB value is (77,165,206). Sum of RGB (Red+Green+Blue) = 77+165+206=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5CE is #B25A31. Grayscale: #8F8F8F. Windows color (decimal): -11688498 or 13542733. OLE color: 13542733.

HSL color Cylindrical-coordinate representation of color #4DA5CE: hue angle of 199.07º 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 #4DA5CE is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 165 206 -
CMYK 0.63 0.20 0 0.19
HSL 199.07º 0.57% 0.55% -
HSV(B) 199.07º 0.63% 0.81% -
XYZ 27.66 32.94 63.29 -
YUV 143.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 77 165 206 0.63 0.20 0 0.19 199.07 0.57 0.55
Hex 4D A5 CE 3F 14 0 13 C7 39 37
Octal 115 245 316 77 24 0 23 307 71 67
Binary 1001101 10100101 11001110 111111 10100 0 10011 11000111 111001 110111

Color Harmonies of #4DA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA5CE

Black with #4DA5CE

Text Example


Text Example

White with #4DA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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