Html Css Color HEX #4899CF Picton Blue

📋 copy color: '#4899CF'

red 72 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #4899CF

Tints of Picton Blue #4899CF

RGB

 RED value IS 72 (28.52% from 255) = 16.67%

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

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

R = 16.67%
G = 35.42%
B = 47.92%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4899CF (or 0x4899CF) is known color: Picton Blue. HEX triplet: 48, 99 and CF. RGB value is (72,153,207). Sum of RGB (Red+Green+Blue) = 72+153+207=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #4899CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4899CF is #B76630. Grayscale: #868686. Windows color (decimal): -12019249 or 13605192. OLE color: 13605192.

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

Color convert

RGB 72 153 207 -
CMYK 0.65 0.26 0 0.19
HSL 204º 0.58% 0.55% -
HSV(B) 204º 0.65% 0.81% -
XYZ 25.33 28.67 63.23 -
YUV 134.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 72 153 207 0.65 0.26 0 0.19 204 0.58 0.55
Hex 48 99 CF 41 1A 0 13 CC 3A 37
Octal 110 231 317 101 32 0 23 314 72 67
Binary 1001000 10011001 11001111 1000001 11010 0 10011 11001100 111010 110111

Color Harmonies of #4899CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4899CF

Black with #4899CF

Text Example


Text Example

White with #4899CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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