Html Css Color HEX #4593DE Picton Blue

📋 copy color: '#4593DE'

red 69 ◦ green 147 ◦ blue 222

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

Shades of Picton Blue #4593DE

Tints of Picton Blue #4593DE

RGB

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

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

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

R = 15.75%
G = 33.56%
B = 50.68%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4593DE (or 0x4593DE) is known color: Picton Blue. HEX triplet: 45, 93 and DE. RGB value is (69,147,222). Sum of RGB (Red+Green+Blue) = 69+147+222=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #4593DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593DE is #BA6C21. Grayscale: #838383. Windows color (decimal): -12217378 or 14586693. OLE color: 14586693.

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

Color convert

RGB 69 147 222 -
CMYK 0.69 0.34 0 0.13
HSL 209.41º 0.7% 0.57% -
HSV(B) 209.41º 0.69% 0.87% -
XYZ 26.07 27.41 73.02 -
YUV 132.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 69 147 222 0.69 0.34 0 0.13 209.41 0.7 0.57
Hex 45 93 DE 45 22 0 D D1 46 39
Octal 105 223 336 105 42 0 15 321 106 71
Binary 1000101 10010011 11011110 1000101 100010 0 1101 11010001 1000110 111001

Color Harmonies of #4593DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4593DE

Black with #4593DE

Text Example


Text Example

White with #4593DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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