Html Css Color HEX #4993CE Picton Blue

📋 copy color: '#4993CE'

red 73 ◦ green 147 ◦ blue 206

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

Shades of Picton Blue #4993CE

Tints of Picton Blue #4993CE

RGB

 RED value IS 73 (28.91% from 255) = 17.14%

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

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

R = 17.14%
G = 34.51%
B = 48.36%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4993CE (or 0x4993CE) is known color: Picton Blue. HEX triplet: 49, 93 and CE. RGB value is (73,147,206). Sum of RGB (Red+Green+Blue) = 73+147+206=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4993CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993CE is #B66C31. Grayscale: #838383. Windows color (decimal): -11955250 or 13538121. OLE color: 13538121.

HSL color Cylindrical-coordinate representation of color #4993CE: hue angle of 206.62º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4993CE is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 147 206 -
CMYK 0.65 0.29 0 0.19
HSL 206.62º 0.58% 0.55% -
HSV(B) 206.62º 0.65% 0.81% -
XYZ 24.32 26.74 62.27 -
YUV 131.6 169.98 86.2 -
System Red Green Blue C M Y K H S L
Decimal 73 147 206 0.65 0.29 0 0.19 206.62 0.58 0.55
Hex 49 93 CE 41 1D 0 13 CF 3A 37
Octal 111 223 316 101 35 0 23 317 72 67
Binary 1001001 10010011 11001110 1000001 11101 0 10011 11001111 111010 110111

Color Harmonies of #4993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993CE

Black with #4993CE

Text Example


Text Example

White with #4993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4993CE; }

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

 H1.HeaderClassName
 {
   color: #4993CE;
 }
 .AnyTagClassName
 {
   color: #4993CE;
 }
</style>

background-color css

<style>
 a { background-color: #4993CE; }

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

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

border-color css

<style>
 span { border-color: #4993CE; }

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

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