Html Css Color HEX #4A9BCA Picton Blue

📋 copy color: '#4A9BCA'

red 74 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #4A9BCA

Tints of Picton Blue #4A9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 17.17%
G = 35.96%
B = 46.87%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4A9BCA (or 0x4A9BCA) is known color: Picton Blue. HEX triplet: 4A, 9B and CA. RGB value is (74,155,202). Sum of RGB (Red+Green+Blue) = 74+155+202=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A9BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9BCA is #B56435. Grayscale: #878787. Windows color (decimal): -11887670 or 13278026. OLE color: 13278026.

HSL color Cylindrical-coordinate representation of color #4A9BCA: hue angle of 202.03º 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 #4A9BCA is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 155 202 -
CMYK 0.63 0.23 0 0.21
HSL 202.03º 0.55% 0.54% -
HSV(B) 202.03º 0.63% 0.79% -
XYZ 25.21 29.16 60.18 -
YUV 136.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 74 155 202 0.63 0.23 0 0.21 202.03 0.55 0.54
Hex 4A 9B CA 3F 17 0 15 CA 37 36
Octal 112 233 312 77 27 0 25 312 67 66
Binary 1001010 10011011 11001010 111111 10111 0 10101 11001010 110111 110110

Color Harmonies of #4A9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9BCA

Black with #4A9BCA

Text Example


Text Example

White with #4A9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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