Html Css Color HEX #4AA1CC Picton Blue

📋 copy color: '#4AA1CC'

red 74 ◦ green 161 ◦ blue 204

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

Shades of Picton Blue #4AA1CC

Tints of Picton Blue #4AA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 16.86%
G = 36.67%
B = 46.47%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4AA1CC (or 0x4AA1CC) is known color: Picton Blue. HEX triplet: 4A, A1 and CC. RGB value is (74,161,204). Sum of RGB (Red+Green+Blue) = 74+161+204=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AA1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA1CC is #B55E33. Grayscale: #8B8B8B. Windows color (decimal): -11886132 or 13410634. OLE color: 13410634.

HSL color Cylindrical-coordinate representation of color #4AA1CC: hue angle of 199.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AA1CC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 161 204 -
CMYK 0.64 0.21 0 0.2
HSL 199.85º 0.56% 0.55% -
HSV(B) 199.85º 0.64% 0.8% -
XYZ 26.47 31.31 61.77 -
YUV 139.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 74 161 204 0.64 0.21 0 0.2 199.85 0.56 0.55
Hex 4A A1 CC 40 15 0 14 C8 38 37
Octal 112 241 314 100 25 0 24 310 70 67
Binary 1001010 10100001 11001100 1000000 10101 0 10100 11001000 111000 110111

Color Harmonies of #4AA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA1CC

Black with #4AA1CC

Text Example


Text Example

White with #4AA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,161,204); }

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

background-color css

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

 a { background-color: rgb(74,161,204); }

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

border-color css

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

 span { border-color: rgb(74,161,204); }

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