Html Css Color HEX #4498CB Picton Blue

📋 copy color: '#4498CB'

red 68 ◦ green 152 ◦ blue 203

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

Shades of Picton Blue #4498CB

Tints of Picton Blue #4498CB

RGB

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

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

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

R = 16.08%
G = 35.93%
B = 47.99%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4498CB (or 0x4498CB) is known color: Picton Blue. HEX triplet: 44, 98 and CB. RGB value is (68,152,203). Sum of RGB (Red+Green+Blue) = 68+152+203=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #4498CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4498CB is #BB6734. Grayscale: #848484. Windows color (decimal): -12281653 or 13342788. OLE color: 13342788.

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

Color convert

RGB 68 152 203 -
CMYK 0.67 0.25 0 0.20
HSL 202.67º 0.56% 0.53% -
HSV(B) 202.67º 0.67% 0.8% -
XYZ 24.39 28 60.62 -
YUV 132.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 68 152 203 0.67 0.25 0 0.20 202.67 0.56 0.53
Hex 44 98 CB 43 19 0 14 CB 38 35
Octal 104 230 313 103 31 0 24 313 70 65
Binary 1000100 10011000 11001011 1000011 11001 0 10100 11001011 111000 110101

Color Harmonies of #4498CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4498CB

Black with #4498CB

Text Example


Text Example

White with #4498CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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