Html Css Color HEX #4498CE Picton Blue

📋 copy color: '#4498CE'

red 68 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #4498CE

Tints of Picton Blue #4498CE

RGB

 RED value IS 68 (26.95% from 255) = 15.96%

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

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

R = 15.96%
G = 35.68%
B = 48.36%

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

#4498CE (or 0x4498CE) is known color: Picton Blue. HEX triplet: 44, 98 and CE. RGB value is (68,152,206). Sum of RGB (Red+Green+Blue) = 68+152+206=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4498CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498CE is #BB6731. Grayscale: #848484. Windows color (decimal): -12281650 or 13539396. OLE color: 13539396.

HSL color Cylindrical-coordinate representation of color #4498CE: hue angle of 203.48º degrees, saturation: 0.58, 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 #4498CE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 152 206 -
CMYK 0.67 0.26 0 0.19
HSL 203.48º 0.58% 0.54% -
HSV(B) 203.48º 0.67% 0.81% -
XYZ 24.75 28.14 62.52 -
YUV 133.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 68 152 206 0.67 0.26 0 0.19 203.48 0.58 0.54
Hex 44 98 CE 43 1A 0 13 CB 3A 36
Octal 104 230 316 103 32 0 23 313 72 66
Binary 1000100 10011000 11001110 1000011 11010 0 10011 11001011 111010 110110

Color Harmonies of #4498CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4498CE

Black with #4498CE

Text Example


Text Example

White with #4498CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,152,206); }

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

background-color css

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

 a { background-color: rgb(68,152,206); }

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

border-color css

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

 span { border-color: rgb(68,152,206); }

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