Html Css Color HEX #4A96CE Picton Blue

📋 copy color: '#4A96CE'

red 74 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #4A96CE

Tints of Picton Blue #4A96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

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

R = 17.21%
G = 34.88%
B = 47.91%

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

#4A96CE (or 0x4A96CE) is known color: Picton Blue. HEX triplet: 4A, 96 and CE. RGB value is (74,150,206). Sum of RGB (Red+Green+Blue) = 74+150+206=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A96CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96CE is #B56931. Grayscale: #858585. Windows color (decimal): -11888946 or 13538890. OLE color: 13538890.

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

Color convert

RGB 74 150 206 -
CMYK 0.64 0.27 0 0.19
HSL 205.45º 0.57% 0.55% -
HSV(B) 205.45º 0.64% 0.81% -
XYZ 24.87 27.72 62.43 -
YUV 133.66 168.82 85.45 -
System Red Green Blue C M Y K H S L
Decimal 74 150 206 0.64 0.27 0 0.19 205.45 0.57 0.55
Hex 4A 96 CE 40 1B 0 13 CD 39 37
Octal 112 226 316 100 33 0 23 315 71 67
Binary 1001010 10010110 11001110 1000000 11011 0 10011 11001101 111001 110111

Color Harmonies of #4A96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A96CE

Black with #4A96CE

Text Example


Text Example

White with #4A96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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