Html Css Color HEX #4599DB Picton Blue

📋 copy color: '#4599DB'

red 69 ◦ green 153 ◦ blue 219

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

Shades of Picton Blue #4599DB

Tints of Picton Blue #4599DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

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

R = 15.65%
G = 34.69%
B = 49.66%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4599DB (or 0x4599DB) is known color: Picton Blue. HEX triplet: 45, 99 and DB. RGB value is (69,153,219). Sum of RGB (Red+Green+Blue) = 69+153+219=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #4599DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4599DB is #BA6624. Grayscale: #878787. Windows color (decimal): -12215845 or 14391621. OLE color: 14391621.

HSL color Cylindrical-coordinate representation of color #4599DB: hue angle of 206.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 #4599DB is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 153 219 -
CMYK 0.68 0.30 0 0.14
HSL 206.4º 0.68% 0.56% -
HSV(B) 206.4º 0.68% 0.86% -
XYZ 26.63 29.16 71.24 -
YUV 135.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 69 153 219 0.68 0.30 0 0.14 206.4 0.68 0.56
Hex 45 99 DB 44 1E 0 E CE 44 38
Octal 105 231 333 104 36 0 16 316 104 70
Binary 1000101 10011001 11011011 1000100 11110 0 1110 11001110 1000100 111000

Color Harmonies of #4599DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4599DB

Black with #4599DB

Text Example


Text Example

White with #4599DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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