Html Css Color HEX #4192DB Picton Blue

📋 copy color: '#4192DB'

red 65 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #4192DB

Tints of Picton Blue #4192DB

RGB

 RED value IS 65 (25.78% from 255) = 15.12%

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

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

R = 15.12%
G = 33.95%
B = 50.93%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4192DB (or 0x4192DB) is known color: Picton Blue. HEX triplet: 41, 92 and DB. RGB value is (65,146,219). Sum of RGB (Red+Green+Blue) = 65+146+219=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #4192DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192DB is #BE6D24. Grayscale: #818181. Windows color (decimal): -12479781 or 14389825. OLE color: 14389825.

HSL color Cylindrical-coordinate representation of color #4192DB: hue angle of 208.44º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4192DB is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 146 219 -
CMYK 0.70 0.33 0 0.14
HSL 208.44º 0.68% 0.56% -
HSV(B) 208.44º 0.7% 0.86% -
XYZ 25.25 26.8 70.86 -
YUV 130.1 178.16 81.56 -
System Red Green Blue C M Y K H S L
Decimal 65 146 219 0.70 0.33 0 0.14 208.44 0.68 0.56
Hex 41 92 DB 46 21 0 E D0 44 38
Octal 101 222 333 106 41 0 16 320 104 70
Binary 1000001 10010010 11011011 1000110 100001 0 1110 11010000 1000100 111000

Color Harmonies of #4192DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4192DB

Black with #4192DB

Text Example


Text Example

White with #4192DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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