Html Css Color HEX #4597DC Picton Blue

📋 copy color: '#4597DC'

red 69 ◦ green 151 ◦ blue 220

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

Shades of Picton Blue #4597DC

Tints of Picton Blue #4597DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.32%

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

R = 15.68%
G = 34.32%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4597DC (or 0x4597DC) is known color: Picton Blue. HEX triplet: 45, 97 and DC. RGB value is (69,151,220). Sum of RGB (Red+Green+Blue) = 69+151+220=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #4597DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4597DC is #BA6823. Grayscale: #858585. Windows color (decimal): -12216356 or 14456645. OLE color: 14456645.

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

Color convert

RGB 69 151 220 -
CMYK 0.69 0.31 0 0.14
HSL 207.42º 0.68% 0.57% -
HSV(B) 207.42º 0.69% 0.86% -
XYZ 26.44 28.57 71.83 -
YUV 134.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 69 151 220 0.69 0.31 0 0.14 207.42 0.68 0.57
Hex 45 97 DC 45 1F 0 E CF 44 39
Octal 105 227 334 105 37 0 16 317 104 71
Binary 1000101 10010111 11011100 1000101 11111 0 1110 11001111 1000100 111001

Color Harmonies of #4597DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4597DC

Black with #4597DC

Text Example


Text Example

White with #4597DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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