Html Css Color HEX #4596DC Picton Blue

📋 copy color: '#4596DC'

red 69 ◦ green 150 ◦ blue 220

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

Shades of Picton Blue #4596DC

Tints of Picton Blue #4596DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

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

R = 15.72%
G = 34.17%
B = 50.11%

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

#4596DC (or 0x4596DC) is known color: Picton Blue. HEX triplet: 45, 96 and DC. RGB value is (69,150,220). Sum of RGB (Red+Green+Blue) = 69+150+220=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #4596DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596DC is #BA6923. Grayscale: #858585. Windows color (decimal): -12216612 or 14456389. OLE color: 14456389.

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

Color convert

RGB 69 150 220 -
CMYK 0.69 0.32 0 0.14
HSL 207.81º 0.68% 0.57% -
HSV(B) 207.81º 0.69% 0.86% -
XYZ 26.28 28.25 71.78 -
YUV 133.76 176.66 81.81 -
System Red Green Blue C M Y K H S L
Decimal 69 150 220 0.69 0.32 0 0.14 207.81 0.68 0.57
Hex 45 96 DC 45 20 0 E D0 44 39
Octal 105 226 334 105 40 0 16 320 104 71
Binary 1000101 10010110 11011100 1000101 100000 0 1110 11010000 1000100 111001

Color Harmonies of #4596DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4596DC

Black with #4596DC

Text Example


Text Example

White with #4596DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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