Html Css Color HEX #4392DD Picton Blue

📋 copy color: '#4392DD'

red 67 ◦ green 146 ◦ blue 221

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

Shades of Picton Blue #4392DD

Tints of Picton Blue #4392DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 15.44%
G = 33.64%
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

#4392DD (or 0x4392DD) is known color: Picton Blue. HEX triplet: 43, 92 and DD. RGB value is (67,146,221). Sum of RGB (Red+Green+Blue) = 67+146+221=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #4392DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4392DD is #BC6D22. Grayscale: #828282. Windows color (decimal): -12348707 or 14520899. OLE color: 14520899.

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

Color convert

RGB 67 146 221 -
CMYK 0.70 0.34 0 0.13
HSL 209.22º 0.69% 0.56% -
HSV(B) 209.22º 0.7% 0.87% -
XYZ 25.64 26.97 72.26 -
YUV 130.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 67 146 221 0.70 0.34 0 0.13 209.22 0.69 0.56
Hex 43 92 DD 46 22 0 D D1 45 38
Octal 103 222 335 106 42 0 15 321 105 70
Binary 1000011 10010010 11011101 1000110 100010 0 1101 11010001 1000101 111000

Color Harmonies of #4392DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4392DD

Black with #4392DD

Text Example


Text Example

White with #4392DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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