Html Css Color HEX #4A9ECE Picton Blue

📋 copy color: '#4A9ECE'

red 74 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #4A9ECE

Tints of Picton Blue #4A9ECE

RGB

 RED value IS 74 (29.3% from 255) = 16.89%

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 16.89%
G = 36.07%
B = 47.03%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A9ECE (or 0x4A9ECE) is known color: Picton Blue. HEX triplet: 4A, 9E and CE. RGB value is (74,158,206). Sum of RGB (Red+Green+Blue) = 74+158+206=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A9ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ECE is #B56131. Grayscale: #8A8A8A. Windows color (decimal): -11886898 or 13540938. OLE color: 13540938.

HSL color Cylindrical-coordinate representation of color #4A9ECE: hue angle of 201.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A9ECE is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 158 206 -
CMYK 0.64 0.23 0 0.19
HSL 201.82º 0.57% 0.55% -
HSV(B) 201.82º 0.64% 0.81% -
XYZ 26.19 30.37 62.87 -
YUV 138.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 74 158 206 0.64 0.23 0 0.19 201.82 0.57 0.55
Hex 4A 9E CE 40 17 0 13 CA 39 37
Octal 112 236 316 100 27 0 23 312 71 67
Binary 1001010 10011110 11001110 1000000 10111 0 10011 11001010 111001 110111

Color Harmonies of #4A9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9ECE

Black with #4A9ECE

Text Example


Text Example

White with #4A9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,158,206); }

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

background-color css

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

 a { background-color: rgb(74,158,206); }

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

border-color css

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

 span { border-color: rgb(74,158,206); }

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