Html Css Color HEX #4A8EDD Picton Blue

📋 copy color: '#4A8EDD'

red 74 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #4A8EDD

Tints of Picton Blue #4A8EDD

RGB

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

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

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

R = 16.93%
G = 32.49%
B = 50.57%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A8EDD (or 0x4A8EDD) is known color: Picton Blue. HEX triplet: 4A, 8E and DD. RGB value is (74,142,221). Sum of RGB (Red+Green+Blue) = 74+142+221=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A8EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8EDD is #B57122. Grayscale: #828282. Windows color (decimal): -11890979 or 14519882. OLE color: 14519882.

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

Color convert

RGB 74 142 221 -
CMYK 0.67 0.36 0 0.13
HSL 212.24º 0.68% 0.58% -
HSV(B) 212.24º 0.67% 0.87% -
XYZ 25.55 26.02 72.08 -
YUV 130.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 74 142 221 0.67 0.36 0 0.13 212.24 0.68 0.58
Hex 4A 8E DD 43 24 0 D D4 44 3A
Octal 112 216 335 103 44 0 15 324 104 72
Binary 1001010 10001110 11011101 1000011 100100 0 1101 11010100 1000100 111010

Color Harmonies of #4A8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8EDD

Black with #4A8EDD

Text Example


Text Example

White with #4A8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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