Html Css Color HEX #4099CF Picton Blue

📋 copy color: '#4099CF'

red 64 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #4099CF

Tints of Picton Blue #4099CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 15.09%
G = 36.08%
B = 48.82%

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

#4099CF (or 0x4099CF) is known color: Picton Blue. HEX triplet: 40, 99 and CF. RGB value is (64,153,207). Sum of RGB (Red+Green+Blue) = 64+153+207=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #4099CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099CF is #BF6630. Grayscale: #848484. Windows color (decimal): -12543537 or 13605184. OLE color: 13605184.

HSL color Cylindrical-coordinate representation of color #4099CF: hue angle of 202.66º degrees, saturation: 0.6, 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 #4099CF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 153 207 -
CMYK 0.69 0.26 0 0.19
HSL 202.66º 0.6% 0.53% -
HSV(B) 202.66º 0.69% 0.81% -
XYZ 24.77 28.38 63.2 -
YUV 132.55 170.01 79.11 -
System Red Green Blue C M Y K H S L
Decimal 64 153 207 0.69 0.26 0 0.19 202.66 0.6 0.53
Hex 40 99 CF 45 1A 0 13 CB 3C 35
Octal 100 231 317 105 32 0 23 313 74 65
Binary 1000000 10011001 11001111 1000101 11010 0 10011 11001011 111100 110101

Color Harmonies of #4099CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4099CF

Black with #4099CF

Text Example


Text Example

White with #4099CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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