Html Css Color HEX #4D93CE Picton Blue

📋 copy color: '#4D93CE'

red 77 ◦ green 147 ◦ blue 206

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

Shades of Picton Blue #4D93CE

Tints of Picton Blue #4D93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

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

R = 17.91%
G = 34.19%
B = 47.91%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D93CE (or 0x4D93CE) is known color: Picton Blue. HEX triplet: 4D, 93 and CE. RGB value is (77,147,206). Sum of RGB (Red+Green+Blue) = 77+147+206=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D93CE is #B26C31. Grayscale: #848484. Windows color (decimal): -11693106 or 13538125. OLE color: 13538125.

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

Color convert

RGB 77 147 206 -
CMYK 0.63 0.29 0 0.19
HSL 207.44º 0.57% 0.55% -
HSV(B) 207.44º 0.63% 0.81% -
XYZ 24.63 26.9 62.29 -
YUV 132.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 77 147 206 0.63 0.29 0 0.19 207.44 0.57 0.55
Hex 4D 93 CE 3F 1D 0 13 CF 39 37
Octal 115 223 316 77 35 0 23 317 71 67
Binary 1001101 10010011 11001110 111111 11101 0 10011 11001111 111001 110111

Color Harmonies of #4D93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D93CE

Black with #4D93CE

Text Example


Text Example

White with #4D93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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