Html Css Color HEX #4A97CE Picton Blue

📋 copy color: '#4A97CE'

red 74 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #4A97CE

Tints of Picton Blue #4A97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.03%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 17.17%
G = 35.03%
B = 47.8%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A97CE (or 0x4A97CE) is known color: Picton Blue. HEX triplet: 4A, 97 and CE. RGB value is (74,151,206). Sum of RGB (Red+Green+Blue) = 74+151+206=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A97CE is #B56831. Grayscale: #858585. Windows color (decimal): -11888690 or 13539146. OLE color: 13539146.

HSL color Cylindrical-coordinate representation of color #4A97CE: hue angle of 205º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A97CE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 151 206 -
CMYK 0.64 0.27 0 0.19
HSL 205º 0.57% 0.55% -
HSV(B) 205º 0.64% 0.81% -
XYZ 25.03 28.05 62.49 -
YUV 134.25 168.49 85.03 -
System Red Green Blue C M Y K H S L
Decimal 74 151 206 0.64 0.27 0 0.19 205 0.57 0.55
Hex 4A 97 CE 40 1B 0 13 CD 39 37
Octal 112 227 316 100 33 0 23 315 71 67
Binary 1001010 10010111 11001110 1000000 11011 0 10011 11001101 111001 110111

Color Harmonies of #4A97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A97CE

Black with #4A97CE

Text Example


Text Example

White with #4A97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,151,206); }

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

background-color css

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

 a { background-color: rgb(74,151,206); }

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

border-color css

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

 span { border-color: rgb(74,151,206); }

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