Html Css Color HEX #4594DC Picton Blue

📋 copy color: '#4594DC'

red 69 ◦ green 148 ◦ blue 220

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

Shades of Picton Blue #4594DC

Tints of Picton Blue #4594DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 15.79%
G = 33.87%
B = 50.34%

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

#4594DC (or 0x4594DC) is known color: Picton Blue. HEX triplet: 45, 94 and DC. RGB value is (69,148,220). Sum of RGB (Red+Green+Blue) = 69+148+220=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4594DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594DC is #BA6B23. Grayscale: #848484. Windows color (decimal): -12217124 or 14455877. OLE color: 14455877.

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

Color convert

RGB 69 148 220 -
CMYK 0.69 0.33 0 0.14
HSL 208.61º 0.68% 0.57% -
HSV(B) 208.61º 0.69% 0.86% -
XYZ 25.96 27.61 71.67 -
YUV 132.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 69 148 220 0.69 0.33 0 0.14 208.61 0.68 0.57
Hex 45 94 DC 45 21 0 E D1 44 39
Octal 105 224 334 105 41 0 16 321 104 71
Binary 1000101 10010100 11011100 1000101 100001 0 1110 11010001 1000100 111001

Color Harmonies of #4594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594DC

Black with #4594DC

Text Example


Text Example

White with #4594DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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