Html Css Color HEX #4A8FDA Picton Blue

📋 copy color: '#4A8FDA'

red 74 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #4A8FDA

Tints of Picton Blue #4A8FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.87%

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 17.01%
G = 32.87%
B = 50.11%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A8FDA (or 0x4A8FDA) is known color: Picton Blue. HEX triplet: 4A, 8F and DA. RGB value is (74,143,218). Sum of RGB (Red+Green+Blue) = 74+143+218=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A8FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8FDA is #B57025. Grayscale: #828282. Windows color (decimal): -11890726 or 14323530. OLE color: 14323530.

HSL color Cylindrical-coordinate representation of color #4A8FDA: hue angle of 211.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A8FDA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 143 218 -
CMYK 0.66 0.34 0 0.15
HSL 211.25º 0.66% 0.57% -
HSV(B) 211.25º 0.66% 0.85% -
XYZ 25.3 26.16 70.05 -
YUV 130.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 74 143 218 0.66 0.34 0 0.15 211.25 0.66 0.57
Hex 4A 8F DA 42 22 0 F D3 42 39
Octal 112 217 332 102 42 0 17 323 102 71
Binary 1001010 10001111 11011010 1000010 100010 0 1111 11010011 1000010 111001

Color Harmonies of #4A8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8FDA

Black with #4A8FDA

Text Example


Text Example

White with #4A8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,143,218); }

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

background-color css

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

 a { background-color: rgb(74,143,218); }

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

border-color css

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

 span { border-color: rgb(74,143,218); }

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