Html Css Color HEX #4592DB Picton Blue

📋 copy color: '#4592DB'

red 69 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #4592DB

Tints of Picton Blue #4592DB

RGB

 RED value IS 69 (27.34% from 255) = 15.9%

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

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

R = 15.9%
G = 33.64%
B = 50.46%

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

#4592DB (or 0x4592DB) is known color: Picton Blue. HEX triplet: 45, 92 and DB. RGB value is (69,146,219). Sum of RGB (Red+Green+Blue) = 69+146+219=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 146 (57.42% from 255 or 33.64% 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 #4592DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4592DB is #BA6D24. Grayscale: #828282. Windows color (decimal): -12217637 or 14389829. OLE color: 14389829.

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

Color convert

RGB 69 146 219 -
CMYK 0.68 0.33 0 0.14
HSL 209.2º 0.68% 0.56% -
HSV(B) 209.2º 0.68% 0.86% -
XYZ 25.52 26.94 70.87 -
YUV 131.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 69 146 219 0.68 0.33 0 0.14 209.2 0.68 0.56
Hex 45 92 DB 44 21 0 E D1 44 38
Octal 105 222 333 104 41 0 16 321 104 70
Binary 1000101 10010010 11011011 1000100 100001 0 1110 11010001 1000100 111000

Color Harmonies of #4592DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4592DB

Black with #4592DB

Text Example


Text Example

White with #4592DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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