Html Css Color HEX #4895DC Picton Blue

📋 copy color: '#4895DC'

red 72 ◦ green 149 ◦ blue 220

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

Shades of Picton Blue #4895DC

Tints of Picton Blue #4895DC

RGB

 RED value IS 72 (28.52% from 255) = 16.33%

 GREEN value IS 149 (58.59% from 255) = 33.79%

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

R = 16.33%
G = 33.79%
B = 49.89%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4895DC (or 0x4895DC) is known color: Picton Blue. HEX triplet: 48, 95 and DC. RGB value is (72,149,220). Sum of RGB (Red+Green+Blue) = 72+149+220=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 149 (58.59% from 255 or 33.79% 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 #4895DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895DC is #B76A23. Grayscale: #858585. Windows color (decimal): -12020260 or 14456136. OLE color: 14456136.

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

Color convert

RGB 72 149 220 -
CMYK 0.67 0.32 0 0.14
HSL 208.78º 0.68% 0.57% -
HSV(B) 208.78º 0.67% 0.86% -
XYZ 26.34 28.04 71.73 -
YUV 134.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 72 149 220 0.67 0.32 0 0.14 208.78 0.68 0.57
Hex 48 95 DC 43 20 0 E D1 44 39
Octal 110 225 334 103 40 0 16 321 104 71
Binary 1001000 10010101 11011100 1000011 100000 0 1110 11010001 1000100 111001

Color Harmonies of #4895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4895DC

Black with #4895DC

Text Example


Text Example

White with #4895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,149,220); }

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

background-color css

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

 a { background-color: rgb(72,149,220); }

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

border-color css

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

 span { border-color: rgb(72,149,220); }

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