Html Css Color HEX #4598DC Picton Blue

📋 copy color: '#4598DC'

red 69 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #4598DC

Tints of Picton Blue #4598DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.47%

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

R = 15.65%
G = 34.47%
B = 49.89%

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

#4598DC (or 0x4598DC) is known color: Picton Blue. HEX triplet: 45, 98 and DC. RGB value is (69,152,220). Sum of RGB (Red+Green+Blue) = 69+152+220=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #4598DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4598DC is #BA6723. Grayscale: #868686. Windows color (decimal): -12216100 or 14456901. OLE color: 14456901.

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

Color convert

RGB 69 152 220 -
CMYK 0.69 0.31 0 0.14
HSL 207.02º 0.68% 0.57% -
HSV(B) 207.02º 0.69% 0.86% -
XYZ 26.6 28.89 71.88 -
YUV 134.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 69 152 220 0.69 0.31 0 0.14 207.02 0.68 0.57
Hex 45 98 DC 45 1F 0 E CF 44 39
Octal 105 230 334 105 37 0 16 317 104 71
Binary 1000101 10011000 11011100 1000101 11111 0 1110 11001111 1000100 111001

Color Harmonies of #4598DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4598DC

Black with #4598DC

Text Example


Text Example

White with #4598DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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