Html Css Color HEX #4A9ACE Picton Blue

📋 copy color: '#4A9ACE'

red 74 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #4A9ACE

Tints of Picton Blue #4A9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

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

R = 17.05%
G = 35.48%
B = 47.47%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A9ACE (or 0x4A9ACE) is known color: Picton Blue. HEX triplet: 4A, 9A and CE. RGB value is (74,154,206). Sum of RGB (Red+Green+Blue) = 74+154+206=434 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.05% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ACE is #B56531. Grayscale: #878787. Windows color (decimal): -11887922 or 13539914. OLE color: 13539914.

HSL color Cylindrical-coordinate representation of color #4A9ACE: hue angle of 203.64º 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 #4A9ACE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 154 206 -
CMYK 0.64 0.25 0 0.19
HSL 203.64º 0.57% 0.55% -
HSV(B) 203.64º 0.64% 0.81% -
XYZ 25.52 29.02 62.65 -
YUV 136.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 74 154 206 0.64 0.25 0 0.19 203.64 0.57 0.55
Hex 4A 9A CE 40 19 0 13 CC 39 37
Octal 112 232 316 100 31 0 23 314 71 67
Binary 1001010 10011010 11001110 1000000 11001 0 10011 11001100 111001 110111

Color Harmonies of #4A9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9ACE

Black with #4A9ACE

Text Example


Text Example

White with #4A9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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