Html Css Color HEX #4A8EDB Picton Blue

📋 copy color: '#4A8EDB'

red 74 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #4A8EDB

Tints of Picton Blue #4A8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 17.01%
G = 32.64%
B = 50.34%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A8EDB (or 0x4A8EDB) is known color: Picton Blue. HEX triplet: 4A, 8E and DB. RGB value is (74,142,219). Sum of RGB (Red+Green+Blue) = 74+142+219=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A8EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8EDB is #B57124. Grayscale: #828282. Windows color (decimal): -11890981 or 14388810. OLE color: 14388810.

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

Color convert

RGB 74 142 219 -
CMYK 0.66 0.35 0 0.14
HSL 211.86º 0.67% 0.57% -
HSV(B) 211.86º 0.66% 0.86% -
XYZ 25.28 25.92 70.69 -
YUV 130.45 177.97 87.74 -
System Red Green Blue C M Y K H S L
Decimal 74 142 219 0.66 0.35 0 0.14 211.86 0.67 0.57
Hex 4A 8E DB 42 23 0 E D4 43 39
Octal 112 216 333 102 43 0 16 324 103 71
Binary 1001010 10001110 11011011 1000010 100011 0 1110 11010100 1000011 111001

Color Harmonies of #4A8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EDB

Black with #4A8EDB

Text Example


Text Example

White with #4A8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,219); }

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

background-color css

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

 a { background-color: rgb(74,142,219); }

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

border-color css

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

 span { border-color: rgb(74,142,219); }

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