Html Css Color HEX #4392DA Picton Blue

📋 copy color: '#4392DA'

red 67 ◦ green 146 ◦ blue 218

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

Shades of Picton Blue #4392DA

Tints of Picton Blue #4392DA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 15.55%
G = 33.87%
B = 50.58%

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

#4392DA (or 0x4392DA) is known color: Picton Blue. HEX triplet: 43, 92 and DA. RGB value is (67,146,218). Sum of RGB (Red+Green+Blue) = 67+146+218=431 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.55% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #4392DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4392DA is #BC6D25. Grayscale: #828282. Windows color (decimal): -12348710 or 14324291. OLE color: 14324291.

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

Color convert

RGB 67 146 218 -
CMYK 0.69 0.33 0 0.15
HSL 208.61º 0.67% 0.56% -
HSV(B) 208.61º 0.69% 0.85% -
XYZ 25.25 26.81 70.17 -
YUV 130.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 67 146 218 0.69 0.33 0 0.15 208.61 0.67 0.56
Hex 43 92 DA 45 21 0 F D1 43 38
Octal 103 222 332 105 41 0 17 321 103 70
Binary 1000011 10010010 11011010 1000101 100001 0 1111 11010001 1000011 111000

Color Harmonies of #4392DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4392DA

Black with #4392DA

Text Example


Text Example

White with #4392DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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