Html Css Color HEX #4493DB Picton Blue

📋 copy color: '#4493DB'

red 68 ◦ green 147 ◦ blue 219

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

Shades of Picton Blue #4493DB

Tints of Picton Blue #4493DB

RGB

 RED value IS 68 (26.95% from 255) = 15.67%

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 15.67%
G = 33.87%
B = 50.46%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4493DB (or 0x4493DB) is known color: Picton Blue. HEX triplet: 44, 93 and DB. RGB value is (68,147,219). Sum of RGB (Red+Green+Blue) = 68+147+219=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #4493DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493DB is #BB6C24. Grayscale: #838383. Windows color (decimal): -12282917 or 14390084. OLE color: 14390084.

HSL color Cylindrical-coordinate representation of color #4493DB: hue angle of 208.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4493DB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 147 219 -
CMYK 0.69 0.33 0 0.14
HSL 208.61º 0.68% 0.56% -
HSV(B) 208.61º 0.69% 0.86% -
XYZ 25.6 27.21 70.92 -
YUV 131.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 68 147 219 0.69 0.33 0 0.14 208.61 0.68 0.56
Hex 44 93 DB 45 21 0 E D1 44 38
Octal 104 223 333 105 41 0 16 321 104 70
Binary 1000100 10010011 11011011 1000101 100001 0 1110 11010001 1000100 111000

Color Harmonies of #4493DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4493DB

Black with #4493DB

Text Example


Text Example

White with #4493DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4493DB; }

 p { color: rgb(68,147,219); }

 H1.HeaderClassName
 {
   color: #4493DB;
 }
 .AnyTagClassName
 {
   color: #4493DB;
 }
</style>

background-color css

<style>
 a { background-color: #4493DB; }

 a { background-color: rgb(68,147,219); }

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

border-color css

<style>
 span { border-color: #4493DB; }

 span { border-color: rgb(68,147,219); }

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