Html Css Color HEX #4598CB Picton Blue

📋 copy color: '#4598CB'

red 69 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #4598CB

Tints of Picton Blue #4598CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

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

R = 16.27%
G = 35.85%
B = 47.88%

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

#4598CB (or 0x4598CB) is known color: Picton Blue. HEX triplet: 45, 98 and CB. RGB value is (69,152,203). Sum of RGB (Red+Green+Blue) = 69+152+203=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #4598CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4598CB is #BA6734. Grayscale: #848484. Windows color (decimal): -12216117 or 13342789. OLE color: 13342789.

HSL color Cylindrical-coordinate representation of color #4598CB: hue angle of 202.84º 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 #4598CB is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 152 203 -
CMYK 0.66 0.25 0 0.20
HSL 202.84º 0.56% 0.53% -
HSV(B) 202.84º 0.66% 0.8% -
XYZ 24.46 28.03 60.62 -
YUV 133 167.5 82.35 -
System Red Green Blue C M Y K H S L
Decimal 69 152 203 0.66 0.25 0 0.20 202.84 0.56 0.53
Hex 45 98 CB 42 19 0 14 CB 38 35
Octal 105 230 313 102 31 0 24 313 70 65
Binary 1000101 10011000 11001011 1000010 11001 0 10100 11001011 111000 110101

Color Harmonies of #4598CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4598CB

Black with #4598CB

Text Example


Text Example

White with #4598CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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