Html Css Color HEX #4A96CC Picton Blue

📋 copy color: '#4A96CC'

red 74 ◦ green 150 ◦ blue 204

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

Shades of Picton Blue #4A96CC

Tints of Picton Blue #4A96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 17.29%
G = 35.05%
B = 47.66%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A96CC (or 0x4A96CC) is known color: Picton Blue. HEX triplet: 4A, 96 and CC. RGB value is (74,150,204). Sum of RGB (Red+Green+Blue) = 74+150+204=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A96CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96CC is #B56933. Grayscale: #858585. Windows color (decimal): -11888948 or 13407818. OLE color: 13407818.

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

Color convert

RGB 74 150 204 -
CMYK 0.64 0.26 0 0.2
HSL 204.92º 0.56% 0.55% -
HSV(B) 204.92º 0.64% 0.8% -
XYZ 24.63 27.63 61.16 -
YUV 133.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 74 150 204 0.64 0.26 0 0.2 204.92 0.56 0.55
Hex 4A 96 CC 40 1A 0 14 CD 38 37
Octal 112 226 314 100 32 0 24 315 70 67
Binary 1001010 10010110 11001100 1000000 11010 0 10100 11001101 111000 110111

Color Harmonies of #4A96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A96CC

Black with #4A96CC

Text Example


Text Example

White with #4A96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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