Html Css Color HEX #4393DB Picton Blue

📋 copy color: '#4393DB'

red 67 ◦ green 147 ◦ blue 219

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

Shades of Picton Blue #4393DB

Tints of Picton Blue #4393DB

RGB

 RED value IS 67 (26.56% from 255) = 15.47%

 GREEN value IS 147 (57.81% from 255) = 33.95%

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

R = 15.47%
G = 33.95%
B = 50.58%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4393DB (or 0x4393DB) is known color: Picton Blue. HEX triplet: 43, 93 and DB. RGB value is (67,147,219). Sum of RGB (Red+Green+Blue) = 67+147+219=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #4393DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4393DB is #BC6C24. Grayscale: #828282. Windows color (decimal): -12348453 or 14390083. OLE color: 14390083.

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

Color convert

RGB 67 147 219 -
CMYK 0.69 0.33 0 0.14
HSL 208.42º 0.68% 0.56% -
HSV(B) 208.42º 0.69% 0.86% -
XYZ 25.53 27.18 70.92 -
YUV 131.29 177.5 82.15 -
System Red Green Blue C M Y K H S L
Decimal 67 147 219 0.69 0.33 0 0.14 208.42 0.68 0.56
Hex 43 93 DB 45 21 0 E D0 44 38
Octal 103 223 333 105 41 0 16 320 104 70
Binary 1000011 10010011 11011011 1000101 100001 0 1110 11010000 1000100 111000

Color Harmonies of #4393DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4393DB

Black with #4393DB

Text Example


Text Example

White with #4393DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,147,219); }

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

background-color css

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

 a { background-color: rgb(67,147,219); }

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

border-color css

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

 span { border-color: rgb(67,147,219); }

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