Html Css Color HEX #4399CB Picton Blue

📋 copy color: '#4399CB'

red 67 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #4399CB

Tints of Picton Blue #4399CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 15.84%
G = 36.17%
B = 47.99%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4399CB (or 0x4399CB) is known color: Picton Blue. HEX triplet: 43, 99 and CB. RGB value is (67,153,203). Sum of RGB (Red+Green+Blue) = 67+153+203=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #4399CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399CB is #BC6634. Grayscale: #848484. Windows color (decimal): -12346933 or 13343043. OLE color: 13343043.

HSL color Cylindrical-coordinate representation of color #4399CB: hue angle of 202.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4399CB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 153 203 -
CMYK 0.67 0.25 0 0.20
HSL 202.06º 0.57% 0.53% -
HSV(B) 202.06º 0.67% 0.8% -
XYZ 24.49 28.29 60.67 -
YUV 132.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 67 153 203 0.67 0.25 0 0.20 202.06 0.57 0.53
Hex 43 99 CB 43 19 0 14 CA 39 35
Octal 103 231 313 103 31 0 24 312 71 65
Binary 1000011 10011001 11001011 1000011 11001 0 10100 11001010 111001 110101

Color Harmonies of #4399CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4399CB

Black with #4399CB

Text Example


Text Example

White with #4399CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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