Html Css Color HEX #4494DB Picton Blue

📋 copy color: '#4494DB'

red 68 ◦ green 148 ◦ blue 219

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

Shades of Picton Blue #4494DB

Tints of Picton Blue #4494DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.02%

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

R = 15.63%
G = 34.02%
B = 50.34%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4494DB (or 0x4494DB) is known color: Picton Blue. HEX triplet: 44, 94 and DB. RGB value is (68,148,219). Sum of RGB (Red+Green+Blue) = 68+148+219=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #4494DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494DB is #BB6B24. Grayscale: #838383. Windows color (decimal): -12282661 or 14390340. OLE color: 14390340.

HSL color Cylindrical-coordinate representation of color #4494DB: hue angle of 208.21º 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 #4494DB is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 148 219 -
CMYK 0.69 0.32 0 0.14
HSL 208.21º 0.68% 0.56% -
HSV(B) 208.21º 0.69% 0.86% -
XYZ 25.76 27.52 70.97 -
YUV 132.17 177 82.23 -
System Red Green Blue C M Y K H S L
Decimal 68 148 219 0.69 0.32 0 0.14 208.21 0.68 0.56
Hex 44 94 DB 45 20 0 E D0 44 38
Octal 104 224 333 105 40 0 16 320 104 70
Binary 1000100 10010100 11011011 1000101 100000 0 1110 11010000 1000100 111000

Color Harmonies of #4494DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4494DB

Black with #4494DB

Text Example


Text Example

White with #4494DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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