Html Css Color HEX #4399DC Picton Blue

📋 copy color: '#4399DC'

red 67 ◦ green 153 ◦ blue 220

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

Shades of Picton Blue #4399DC

Tints of Picton Blue #4399DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 15.23%
G = 34.77%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4399DC (or 0x4399DC) is known color: Picton Blue. HEX triplet: 43, 99 and DC. RGB value is (67,153,220). Sum of RGB (Red+Green+Blue) = 67+153+220=440 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.23% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #4399DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399DC is #BC6623. Grayscale: #868686. Windows color (decimal): -12346916 or 14457155. OLE color: 14457155.

HSL color Cylindrical-coordinate representation of color #4399DC: hue angle of 206.27º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4399DC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 153 220 -
CMYK 0.70 0.30 0 0.14
HSL 206.27º 0.69% 0.56% -
HSV(B) 206.27º 0.7% 0.86% -
XYZ 26.62 29.14 71.93 -
YUV 134.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 67 153 220 0.70 0.30 0 0.14 206.27 0.69 0.56
Hex 43 99 DC 46 1E 0 E CE 45 38
Octal 103 231 334 106 36 0 16 316 105 70
Binary 1000011 10011001 11011100 1000110 11110 0 1110 11001110 1000101 111000

Color Harmonies of #4399DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4399DC

Black with #4399DC

Text Example


Text Example

White with #4399DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4399DC; }

 p { color: rgb(67,153,220); }

 H1.HeaderClassName
 {
   color: #4399DC;
 }
 .AnyTagClassName
 {
   color: #4399DC;
 }
</style>

background-color css

<style>
 a { background-color: #4399DC; }

 a { background-color: rgb(67,153,220); }

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

border-color css

<style>
 span { border-color: #4399DC; }

 span { border-color: rgb(67,153,220); }

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