Html Css Color HEX #4AA1CA Picton Blue

📋 copy color: '#4AA1CA'

red 74 ◦ green 161 ◦ blue 202

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

Shades of Picton Blue #4AA1CA

Tints of Picton Blue #4AA1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 16.93%
G = 36.84%
B = 46.22%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4AA1CA (or 0x4AA1CA) is known color: Picton Blue. HEX triplet: 4A, A1 and CA. RGB value is (74,161,202). Sum of RGB (Red+Green+Blue) = 74+161+202=437 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.93% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AA1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA1CA is #B55E35. Grayscale: #8B8B8B. Windows color (decimal): -11886134 or 13279562. OLE color: 13279562.

HSL color Cylindrical-coordinate representation of color #4AA1CA: hue angle of 199.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AA1CA is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 161 202 -
CMYK 0.63 0.20 0 0.21
HSL 199.22º 0.55% 0.54% -
HSV(B) 199.22º 0.63% 0.79% -
XYZ 26.23 31.21 60.52 -
YUV 139.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 74 161 202 0.63 0.20 0 0.21 199.22 0.55 0.54
Hex 4A A1 CA 3F 14 0 15 C7 37 36
Octal 112 241 312 77 24 0 25 307 67 66
Binary 1001010 10100001 11001010 111111 10100 0 10101 11000111 110111 110110

Color Harmonies of #4AA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA1CA

Black with #4AA1CA

Text Example


Text Example

White with #4AA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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