Html Css Color HEX #4599CB Picton Blue

📋 copy color: '#4599CB'

red 69 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #4599CB

Tints of Picton Blue #4599CB

RGB

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

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

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

R = 16.24%
G = 36%
B = 47.76%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4599CB (or 0x4599CB) is known color: Picton Blue. HEX triplet: 45, 99 and CB. RGB value is (69,153,203). Sum of RGB (Red+Green+Blue) = 69+153+203=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #4599CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4599CB is #BA6634. Grayscale: #858585. Windows color (decimal): -12215861 or 13343045. OLE color: 13343045.

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

Color convert

RGB 69 153 203 -
CMYK 0.66 0.25 0 0.20
HSL 202.39º 0.56% 0.53% -
HSV(B) 202.39º 0.66% 0.8% -
XYZ 24.62 28.36 60.68 -
YUV 133.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 69 153 203 0.66 0.25 0 0.20 202.39 0.56 0.53
Hex 45 99 CB 42 19 0 14 CA 38 35
Octal 105 231 313 102 31 0 24 312 70 65
Binary 1000101 10011001 11001011 1000010 11001 0 10100 11001010 111000 110101

Color Harmonies of #4599CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4599CB

Black with #4599CB

Text Example


Text Example

White with #4599CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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