Html Css Color HEX #4393DC Picton Blue

📋 copy color: '#4393DC'

red 67 ◦ green 147 ◦ blue 220

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

Shades of Picton Blue #4393DC

Tints of Picton Blue #4393DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 15.44%
G = 33.87%
B = 50.69%

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

#4393DC (or 0x4393DC) is known color: Picton Blue. HEX triplet: 43, 93 and DC. RGB value is (67,147,220). Sum of RGB (Red+Green+Blue) = 67+147+220=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #4393DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4393DC is #BC6C23. Grayscale: #838383. Windows color (decimal): -12348452 or 14455619. OLE color: 14455619.

HSL color Cylindrical-coordinate representation of color #4393DC: hue angle of 208.63º degrees, saturation: 0.69, 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 #4393DC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 147 220 -
CMYK 0.70 0.33 0 0.14
HSL 208.63º 0.69% 0.56% -
HSV(B) 208.63º 0.7% 0.86% -
XYZ 25.67 27.23 71.61 -
YUV 131.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 67 147 220 0.70 0.33 0 0.14 208.63 0.69 0.56
Hex 43 93 DC 46 21 0 E D1 45 38
Octal 103 223 334 106 41 0 16 321 105 70
Binary 1000011 10010011 11011100 1000110 100001 0 1110 11010001 1000101 111000

Color Harmonies of #4393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4393DC

Black with #4393DC

Text Example


Text Example

White with #4393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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