Html Css Color HEX #4AA1CB Picton Blue

📋 copy color: '#4AA1CB'

red 74 ◦ green 161 ◦ blue 203

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

Shades of Picton Blue #4AA1CB

Tints of Picton Blue #4AA1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 16.89%
G = 36.76%
B = 46.35%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4AA1CB (or 0x4AA1CB) is known color: Picton Blue. HEX triplet: 4A, A1 and CB. RGB value is (74,161,203). Sum of RGB (Red+Green+Blue) = 74+161+203=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #4AA1CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA1CB is #B55E34. Grayscale: #8B8B8B. Windows color (decimal): -11886133 or 13345098. OLE color: 13345098.

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

Color convert

RGB 74 161 203 -
CMYK 0.64 0.21 0 0.20
HSL 199.53º 0.55% 0.54% -
HSV(B) 199.53º 0.64% 0.8% -
XYZ 26.35 31.26 61.14 -
YUV 139.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 74 161 203 0.64 0.21 0 0.20 199.53 0.55 0.54
Hex 4A A1 CB 40 15 0 14 C8 37 36
Octal 112 241 313 100 25 0 24 310 67 66
Binary 1001010 10100001 11001011 1000000 10101 0 10100 11001000 110111 110110

Color Harmonies of #4AA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA1CB

Black with #4AA1CB

Text Example


Text Example

White with #4AA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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