Html Css Color HEX #4394DA Picton Blue

📋 copy color: '#4394DA'

red 67 ◦ green 148 ◦ blue 218

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

Shades of Picton Blue #4394DA

Tints of Picton Blue #4394DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.18%

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

R = 15.47%
G = 34.18%
B = 50.35%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4394DA (or 0x4394DA) is known color: Picton Blue. HEX triplet: 43, 94 and DA. RGB value is (67,148,218). Sum of RGB (Red+Green+Blue) = 67+148+218=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 148 (58.20% from 255 or 34.18% 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 #4394DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394DA is #BC6B25. Grayscale: #838383. Windows color (decimal): -12348198 or 14324803. OLE color: 14324803.

HSL color Cylindrical-coordinate representation of color #4394DA: hue angle of 207.81º 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 #4394DA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 67 148 218 -
CMYK 0.69 0.32 0 0.15
HSL 207.81º 0.67% 0.56% -
HSV(B) 207.81º 0.69% 0.85% -
XYZ 25.56 27.44 70.28 -
YUV 131.76 176.66 81.81 -
System Red Green Blue C M Y K H S L
Decimal 67 148 218 0.69 0.32 0 0.15 207.81 0.67 0.56
Hex 43 94 DA 45 20 0 F D0 43 38
Octal 103 224 332 105 40 0 17 320 103 70
Binary 1000011 10010100 11011010 1000101 100000 0 1111 11010000 1000011 111000

Color Harmonies of #4394DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4394DA

Black with #4394DA

Text Example


Text Example

White with #4394DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,148,218); }

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

background-color css

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

 a { background-color: rgb(67,148,218); }

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

border-color css

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

 span { border-color: rgb(67,148,218); }

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