Html Css Color HEX #4393DE Picton Blue

📋 copy color: '#4393DE'

red 67 ◦ green 147 ◦ blue 222

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

Shades of Picton Blue #4393DE

Tints of Picton Blue #4393DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 15.37%
G = 33.72%
B = 50.92%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4393DE (or 0x4393DE) is known color: Picton Blue. HEX triplet: 43, 93 and DE. RGB value is (67,147,222). Sum of RGB (Red+Green+Blue) = 67+147+222=436 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.37% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #4393DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4393DE is #BC6C21. Grayscale: #838383. Windows color (decimal): -12348450 or 14586691. OLE color: 14586691.

HSL color Cylindrical-coordinate representation of color #4393DE: hue angle of 209.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4393DE is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 147 222 -
CMYK 0.70 0.34 0 0.13
HSL 209.03º 0.7% 0.57% -
HSV(B) 209.03º 0.7% 0.87% -
XYZ 25.93 27.33 73.02 -
YUV 131.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 67 147 222 0.70 0.34 0 0.13 209.03 0.7 0.57
Hex 43 93 DE 46 22 0 D D1 46 39
Octal 103 223 336 106 42 0 15 321 106 71
Binary 1000011 10010011 11011110 1000110 100010 0 1101 11010001 1000110 111001

Color Harmonies of #4393DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4393DE

Black with #4393DE

Text Example


Text Example

White with #4393DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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