Html Css Color HEX #4599CF Picton Blue

📋 copy color: '#4599CF'

red 69 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #4599CF

Tints of Picton Blue #4599CF

RGB

 RED value IS 69 (27.34% from 255) = 16.08%

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

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

R = 16.08%
G = 35.66%
B = 48.25%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4599CF (or 0x4599CF) is known color: Picton Blue. HEX triplet: 45, 99 and CF. RGB value is (69,153,207). Sum of RGB (Red+Green+Blue) = 69+153+207=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #4599CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4599CF is #BA6630. Grayscale: #858585. Windows color (decimal): -12215857 or 13605189. OLE color: 13605189.

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

Color convert

RGB 69 153 207 -
CMYK 0.67 0.26 0 0.19
HSL 203.48º 0.59% 0.54% -
HSV(B) 203.48º 0.67% 0.81% -
XYZ 25.11 28.55 63.22 -
YUV 134.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 69 153 207 0.67 0.26 0 0.19 203.48 0.59 0.54
Hex 45 99 CF 43 1A 0 13 CB 3B 36
Octal 105 231 317 103 32 0 23 313 73 66
Binary 1000101 10011001 11001111 1000011 11010 0 10011 11001011 111011 110110

Color Harmonies of #4599CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4599CF

Black with #4599CF

Text Example


Text Example

White with #4599CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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