Html Css Color HEX #4A9FDA Picton Blue

📋 copy color: '#4A9FDA'

red 74 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #4A9FDA

Tints of Picton Blue #4A9FDA

RGB

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

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

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

R = 16.41%
G = 35.25%
B = 48.34%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A9FDA (or 0x4A9FDA) is known color: Picton Blue. HEX triplet: 4A, 9F and DA. RGB value is (74,159,218). Sum of RGB (Red+Green+Blue) = 74+159+218=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A9FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9FDA is #B56025. Grayscale: #8B8B8B. Windows color (decimal): -11886630 or 14327626. OLE color: 14327626.

HSL color Cylindrical-coordinate representation of color #4A9FDA: hue angle of 204.58º 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 #4A9FDA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 159 218 -
CMYK 0.66 0.27 0 0.15
HSL 204.58º 0.66% 0.57% -
HSV(B) 204.58º 0.66% 0.85% -
XYZ 27.88 31.31 70.9 -
YUV 140.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 74 159 218 0.66 0.27 0 0.15 204.58 0.66 0.57
Hex 4A 9F DA 42 1B 0 F CD 42 39
Octal 112 237 332 102 33 0 17 315 102 71
Binary 1001010 10011111 11011010 1000010 11011 0 1111 11001101 1000010 111001

Color Harmonies of #4A9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9FDA

Black with #4A9FDA

Text Example


Text Example

White with #4A9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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