Html Css Color HEX #4493DA Picton Blue

📋 copy color: '#4493DA'

red 68 ◦ green 147 ◦ blue 218

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

Shades of Picton Blue #4493DA

Tints of Picton Blue #4493DA

RGB

 RED value IS 68 (26.95% from 255) = 15.7%

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

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 15.7%
G = 33.95%
B = 50.35%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4493DA (or 0x4493DA) is known color: Picton Blue. HEX triplet: 44, 93 and DA. RGB value is (68,147,218). Sum of RGB (Red+Green+Blue) = 68+147+218=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #4493DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493DA is #BB6C25. Grayscale: #838383. Windows color (decimal): -12282918 or 14324548. OLE color: 14324548.

HSL color Cylindrical-coordinate representation of color #4493DA: hue angle of 208.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4493DA is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 147 218 -
CMYK 0.69 0.33 0 0.15
HSL 208.4º 0.67% 0.56% -
HSV(B) 208.4º 0.69% 0.85% -
XYZ 25.47 27.16 70.23 -
YUV 131.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 68 147 218 0.69 0.33 0 0.15 208.4 0.67 0.56
Hex 44 93 DA 45 21 0 F D0 43 38
Octal 104 223 332 105 41 0 17 320 103 70
Binary 1000100 10010011 11011010 1000101 100001 0 1111 11010000 1000011 111000

Color Harmonies of #4493DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4493DA

Black with #4493DA

Text Example


Text Example

White with #4493DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4493DA; }

 p { color: rgb(68,147,218); }

 H1.HeaderClassName
 {
   color: #4493DA;
 }
 .AnyTagClassName
 {
   color: #4493DA;
 }
</style>

background-color css

<style>
 a { background-color: #4493DA; }

 a { background-color: rgb(68,147,218); }

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

border-color css

<style>
 span { border-color: #4493DA; }

 span { border-color: rgb(68,147,218); }

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