Html Css Color HEX #4993CF Picton Blue

📋 copy color: '#4993CF'

red 73 ◦ green 147 ◦ blue 207

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

Shades of Picton Blue #4993CF

Tints of Picton Blue #4993CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 17.1%
G = 34.43%
B = 48.48%

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

#4993CF (or 0x4993CF) is known color: Picton Blue. HEX triplet: 49, 93 and CF. RGB value is (73,147,207). Sum of RGB (Red+Green+Blue) = 73+147+207=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #4993CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993CF is #B66C30. Grayscale: #838383. Windows color (decimal): -11955249 or 13603657. OLE color: 13603657.

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

Color convert

RGB 73 147 207 -
CMYK 0.65 0.29 0 0.19
HSL 206.87º 0.58% 0.55% -
HSV(B) 206.87º 0.65% 0.81% -
XYZ 24.44 26.79 62.91 -
YUV 131.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 73 147 207 0.65 0.29 0 0.19 206.87 0.58 0.55
Hex 49 93 CF 41 1D 0 13 CF 3A 37
Octal 111 223 317 101 35 0 23 317 72 67
Binary 1001001 10010011 11001111 1000001 11101 0 10011 11001111 111010 110111

Color Harmonies of #4993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993CF

Black with #4993CF

Text Example


Text Example

White with #4993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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