Html Css Color HEX #4791DB Picton Blue

📋 copy color: '#4791DB'

red 71 ◦ green 145 ◦ blue 219

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

Shades of Picton Blue #4791DB

Tints of Picton Blue #4791DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.33%

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

R = 16.32%
G = 33.33%
B = 50.34%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4791DB (or 0x4791DB) is known color: Picton Blue. HEX triplet: 47, 91 and DB. RGB value is (71,145,219). Sum of RGB (Red+Green+Blue) = 71+145+219=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #4791DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4791DB is #B86E24. Grayscale: #828282. Windows color (decimal): -12086821 or 14389575. OLE color: 14389575.

HSL color Cylindrical-coordinate representation of color #4791DB: hue angle of 210º 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 #4791DB is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 145 219 -
CMYK 0.68 0.34 0 0.14
HSL 210º 0.67% 0.57% -
HSV(B) 210º 0.68% 0.86% -
XYZ 25.51 26.7 70.83 -
YUV 131.31 177.48 84.98 -
System Red Green Blue C M Y K H S L
Decimal 71 145 219 0.68 0.34 0 0.14 210 0.67 0.57
Hex 47 91 DB 44 22 0 E D2 43 39
Octal 107 221 333 104 42 0 16 322 103 71
Binary 1000111 10010001 11011011 1000100 100010 0 1110 11010010 1000011 111001

Color Harmonies of #4791DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4791DB

Black with #4791DB

Text Example


Text Example

White with #4791DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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