Html Css Color HEX #4AA0CE Picton Blue

📋 copy color: '#4AA0CE'

red 74 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #4AA0CE

Tints of Picton Blue #4AA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

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

R = 16.82%
G = 36.36%
B = 46.82%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4AA0CE (or 0x4AA0CE) is known color: Picton Blue. HEX triplet: 4A, A0 and CE. RGB value is (74,160,206). Sum of RGB (Red+Green+Blue) = 74+160+206=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AA0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA0CE is #B55F31. Grayscale: #8B8B8B. Windows color (decimal): -11886386 or 13541450. OLE color: 13541450.

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

Color convert

RGB 74 160 206 -
CMYK 0.64 0.22 0 0.19
HSL 200.91º 0.57% 0.55% -
HSV(B) 200.91º 0.64% 0.81% -
XYZ 26.54 31.05 62.99 -
YUV 139.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 74 160 206 0.64 0.22 0 0.19 200.91 0.57 0.55
Hex 4A A0 CE 40 16 0 13 C9 39 37
Octal 112 240 316 100 26 0 23 311 71 67
Binary 1001010 10100000 11001110 1000000 10110 0 10011 11001001 111001 110111

Color Harmonies of #4AA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA0CE

Black with #4AA0CE

Text Example


Text Example

White with #4AA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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