Html Css Color HEX #4691DB Picton Blue

📋 copy color: '#4691DB'

red 70 ◦ green 145 ◦ blue 219

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

Shades of Picton Blue #4691DB

Tints of Picton Blue #4691DB

RGB

 RED value IS 70 (27.73% from 255) = 16.13%

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

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

R = 16.13%
G = 33.41%
B = 50.46%

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

#4691DB (or 0x4691DB) is known color: Picton Blue. HEX triplet: 46, 91 and DB. RGB value is (70,145,219). Sum of RGB (Red+Green+Blue) = 70+145+219=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #4691DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4691DB is #B96E24. Grayscale: #828282. Windows color (decimal): -12152357 or 14389574. OLE color: 14389574.

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

Color convert

RGB 70 145 219 -
CMYK 0.68 0.34 0 0.14
HSL 209.8º 0.67% 0.57% -
HSV(B) 209.8º 0.68% 0.86% -
XYZ 25.44 26.67 70.82 -
YUV 131.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 70 145 219 0.68 0.34 0 0.14 209.8 0.67 0.57
Hex 46 91 DB 44 22 0 E D2 43 39
Octal 106 221 333 104 42 0 16 322 103 71
Binary 1000110 10010001 11011011 1000100 100010 0 1110 11010010 1000011 111001

Color Harmonies of #4691DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4691DB

Black with #4691DB

Text Example


Text Example

White with #4691DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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