Html Css Color HEX #4099CE Picton Blue

📋 copy color: '#4099CE'

red 64 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #4099CE

Tints of Picton Blue #4099CE

RGB

 RED value IS 64 (25.39% from 255) = 15.13%

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 15.13%
G = 36.17%
B = 48.7%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4099CE (or 0x4099CE) is known color: Picton Blue. HEX triplet: 40, 99 and CE. RGB value is (64,153,206). Sum of RGB (Red+Green+Blue) = 64+153+206=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4099CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099CE is #BF6631. Grayscale: #848484. Windows color (decimal): -12543538 or 13539648. OLE color: 13539648.

HSL color Cylindrical-coordinate representation of color #4099CE: hue angle of 202.39º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4099CE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 153 206 -
CMYK 0.69 0.26 0 0.19
HSL 202.39º 0.59% 0.53% -
HSV(B) 202.39º 0.69% 0.81% -
XYZ 24.65 28.33 62.56 -
YUV 132.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 64 153 206 0.69 0.26 0 0.19 202.39 0.59 0.53
Hex 40 99 CE 45 1A 0 13 CA 3B 35
Octal 100 231 316 105 32 0 23 312 73 65
Binary 1000000 10011001 11001110 1000101 11010 0 10011 11001010 111011 110101

Color Harmonies of #4099CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099CE

Black with #4099CE

Text Example


Text Example

White with #4099CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4099CE; }

 p { color: rgb(64,153,206); }

 H1.HeaderClassName
 {
   color: #4099CE;
 }
 .AnyTagClassName
 {
   color: #4099CE;
 }
</style>

background-color css

<style>
 a { background-color: #4099CE; }

 a { background-color: rgb(64,153,206); }

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

border-color css

<style>
 span { border-color: #4099CE; }

 span { border-color: rgb(64,153,206); }

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