Html Css Color HEX #4E9FCD Picton Blue

📋 copy color: '#4E9FCD'

red 78 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #4E9FCD

Tints of Picton Blue #4E9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.97%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 17.65%
G = 35.97%
B = 46.38%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E9FCD (or 0x4E9FCD) is known color: Picton Blue. HEX triplet: 4E, 9F and CD. RGB value is (78,159,205). Sum of RGB (Red+Green+Blue) = 78+159+205=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9FCD is #B16032. Grayscale: #8B8B8B. Windows color (decimal): -11624499 or 13475662. OLE color: 13475662.

HSL color Cylindrical-coordinate representation of color #4E9FCD: hue angle of 201.73º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E9FCD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 159 205 -
CMYK 0.62 0.22 0 0.20
HSL 201.73º 0.56% 0.55% -
HSV(B) 201.73º 0.62% 0.8% -
XYZ 26.56 30.82 62.31 -
YUV 140.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 78 159 205 0.62 0.22 0 0.20 201.73 0.56 0.55
Hex 4E 9F CD 3E 16 0 14 CA 38 37
Octal 116 237 315 76 26 0 24 312 70 67
Binary 1001110 10011111 11001101 111110 10110 0 10100 11001010 111000 110111

Color Harmonies of #4E9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9FCD

Black with #4E9FCD

Text Example


Text Example

White with #4E9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,159,205); }

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

background-color css

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

 a { background-color: rgb(78,159,205); }

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

border-color css

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

 span { border-color: rgb(78,159,205); }

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