Html Css Color HEX #4A9ACB Picton Blue

📋 copy color: '#4A9ACB'

red 74 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #4A9ACB

Tints of Picton Blue #4A9ACB

RGB

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

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

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

R = 17.17%
G = 35.73%
B = 47.1%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4A9ACB (or 0x4A9ACB) is known color: Picton Blue. HEX triplet: 4A, 9A and CB. RGB value is (74,154,203). Sum of RGB (Red+Green+Blue) = 74+154+203=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ACB is #B56534. Grayscale: #878787. Windows color (decimal): -11887925 or 13343306. OLE color: 13343306.

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

Color convert

RGB 74 154 203 -
CMYK 0.64 0.24 0 0.20
HSL 202.79º 0.55% 0.54% -
HSV(B) 202.79º 0.64% 0.8% -
XYZ 25.16 28.88 60.75 -
YUV 135.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 74 154 203 0.64 0.24 0 0.20 202.79 0.55 0.54
Hex 4A 9A CB 40 18 0 14 CB 37 36
Octal 112 232 313 100 30 0 24 313 67 66
Binary 1001010 10011010 11001011 1000000 11000 0 10100 11001011 110111 110110

Color Harmonies of #4A9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9ACB

Black with #4A9ACB

Text Example


Text Example

White with #4A9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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