Html Css Color HEX #4692DB Picton Blue

📋 copy color: '#4692DB'

red 70 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #4692DB

Tints of Picton Blue #4692DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.56%

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

R = 16.09%
G = 33.56%
B = 50.34%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4692DB (or 0x4692DB) is known color: Picton Blue. HEX triplet: 46, 92 and DB. RGB value is (70,146,219). Sum of RGB (Red+Green+Blue) = 70+146+219=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 146 (57.42% from 255 or 33.56% 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 #4692DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4692DB is #B96D24. Grayscale: #838383. Windows color (decimal): -12152101 or 14389830. OLE color: 14389830.

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

Color convert

RGB 70 146 219 -
CMYK 0.68 0.33 0 0.14
HSL 209.4º 0.67% 0.57% -
HSV(B) 209.4º 0.68% 0.86% -
XYZ 25.59 26.97 70.88 -
YUV 131.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 70 146 219 0.68 0.33 0 0.14 209.4 0.67 0.57
Hex 46 92 DB 44 21 0 E D1 43 39
Octal 106 222 333 104 41 0 16 321 103 71
Binary 1000110 10010010 11011011 1000100 100001 0 1110 11010001 1000011 111001

Color Harmonies of #4692DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4692DB

Black with #4692DB

Text Example


Text Example

White with #4692DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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