Html Css Color HEX #4E95DD Picton Blue

📋 copy color: '#4E95DD'

red 78 ◦ green 149 ◦ blue 221

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

Shades of Picton Blue #4E95DD

Tints of Picton Blue #4E95DD

RGB

 RED value IS 78 (30.86% from 255) = 17.41%

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 17.41%
G = 33.26%
B = 49.33%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E95DD (or 0x4E95DD) is known color: Picton Blue. HEX triplet: 4E, 95 and DD. RGB value is (78,149,221). Sum of RGB (Red+Green+Blue) = 78+149+221=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E95DD is #B16A22. Grayscale: #878787. Windows color (decimal): -11627043 or 14521678. OLE color: 14521678.

HSL color Cylindrical-coordinate representation of color #4E95DD: hue angle of 210.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E95DD is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 149 221 -
CMYK 0.65 0.33 0 0.13
HSL 210.21º 0.68% 0.59% -
HSV(B) 210.21º 0.65% 0.87% -
XYZ 26.94 28.34 72.46 -
YUV 135.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 78 149 221 0.65 0.33 0 0.13 210.21 0.68 0.59
Hex 4E 95 DD 41 21 0 D D2 44 3B
Octal 116 225 335 101 41 0 15 322 104 73
Binary 1001110 10010101 11011101 1000001 100001 0 1101 11010010 1000100 111011

Color Harmonies of #4E95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E95DD

Black with #4E95DD

Text Example


Text Example

White with #4E95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E95DD; }

 p { color: rgb(78,149,221); }

 H1.HeaderClassName
 {
   color: #4E95DD;
 }
 .AnyTagClassName
 {
   color: #4E95DD;
 }
</style>

background-color css

<style>
 a { background-color: #4E95DD; }

 a { background-color: rgb(78,149,221); }

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

border-color css

<style>
 span { border-color: #4E95DD; }

 span { border-color: rgb(78,149,221); }

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