Html Css Color HEX #4594DB Picton Blue

📋 copy color: '#4594DB'

red 69 ◦ green 148 ◦ blue 219

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

Shades of Picton Blue #4594DB

Tints of Picton Blue #4594DB

RGB

 RED value IS 69 (27.34% from 255) = 15.83%

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

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

R = 15.83%
G = 33.94%
B = 50.23%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4594DB (or 0x4594DB) is known color: Picton Blue. HEX triplet: 45, 94 and DB. RGB value is (69,148,219). Sum of RGB (Red+Green+Blue) = 69+148+219=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #4594DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594DB is #BA6B24. Grayscale: #848484. Windows color (decimal): -12217125 or 14390341. OLE color: 14390341.

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

Color convert

RGB 69 148 219 -
CMYK 0.68 0.32 0 0.14
HSL 208.4º 0.68% 0.56% -
HSV(B) 208.4º 0.68% 0.86% -
XYZ 25.83 27.56 70.98 -
YUV 132.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 69 148 219 0.68 0.32 0 0.14 208.4 0.68 0.56
Hex 45 94 DB 44 20 0 E D0 44 38
Octal 105 224 333 104 40 0 16 320 104 70
Binary 1000101 10010100 11011011 1000100 100000 0 1110 11010000 1000100 111000

Color Harmonies of #4594DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594DB

Black with #4594DB

Text Example


Text Example

White with #4594DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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