Html Css Color HEX #4796DB Picton Blue

📋 copy color: '#4796DB'

red 71 ◦ green 150 ◦ blue 219

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

Shades of Picton Blue #4796DB

Tints of Picton Blue #4796DB

RGB

 RED value IS 71 (28.13% from 255) = 16.14%

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 16.14%
G = 34.09%
B = 49.77%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4796DB (or 0x4796DB) is known color: Picton Blue. HEX triplet: 47, 96 and DB. RGB value is (71,150,219). Sum of RGB (Red+Green+Blue) = 71+150+219=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #4796DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4796DB is #B86924. Grayscale: #858585. Windows color (decimal): -12085541 or 14390855. OLE color: 14390855.

HSL color Cylindrical-coordinate representation of color #4796DB: hue angle of 207.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4796DB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 150 219 -
CMYK 0.68 0.32 0 0.14
HSL 207.97º 0.67% 0.57% -
HSV(B) 207.97º 0.68% 0.86% -
XYZ 26.29 28.27 71.09 -
YUV 134.25 175.83 82.89 -
System Red Green Blue C M Y K H S L
Decimal 71 150 219 0.68 0.32 0 0.14 207.97 0.67 0.57
Hex 47 96 DB 44 20 0 E D0 43 39
Octal 107 226 333 104 40 0 16 320 103 71
Binary 1000111 10010110 11011011 1000100 100000 0 1110 11010000 1000011 111001

Color Harmonies of #4796DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4796DB

Black with #4796DB

Text Example


Text Example

White with #4796DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4796DB; }

 p { color: rgb(71,150,219); }

 H1.HeaderClassName
 {
   color: #4796DB;
 }
 .AnyTagClassName
 {
   color: #4796DB;
 }
</style>

background-color css

<style>
 a { background-color: #4796DB; }

 a { background-color: rgb(71,150,219); }

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

border-color css

<style>
 span { border-color: #4796DB; }

 span { border-color: rgb(71,150,219); }

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