Html Css Color HEX #4DA1CB Picton Blue

📋 copy color: '#4DA1CB'

red 77 ◦ green 161 ◦ blue 203

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

Shades of Picton Blue #4DA1CB

Tints of Picton Blue #4DA1CB

RGB

 RED value IS 77 (30.47% from 255) = 17.46%

 GREEN value IS 161 (63.28% from 255) = 36.51%

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

R = 17.46%
G = 36.51%
B = 46.03%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DA1CB (or 0x4DA1CB) is known color: Picton Blue. HEX triplet: 4D, A1 and CB. RGB value is (77,161,203). Sum of RGB (Red+Green+Blue) = 77+161+203=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DA1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA1CB is #B25E34. Grayscale: #8C8C8C. Windows color (decimal): -11689525 or 13345101. OLE color: 13345101.

HSL color Cylindrical-coordinate representation of color #4DA1CB: hue angle of 200º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA1CB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 161 203 -
CMYK 0.62 0.21 0 0.20
HSL 200º 0.55% 0.55% -
HSV(B) 200º 0.62% 0.8% -
XYZ 26.58 31.38 61.16 -
YUV 140.67 163.17 82.58 -
System Red Green Blue C M Y K H S L
Decimal 77 161 203 0.62 0.21 0 0.20 200 0.55 0.55
Hex 4D A1 CB 3E 15 0 14 C8 37 37
Octal 115 241 313 76 25 0 24 310 67 67
Binary 1001101 10100001 11001011 111110 10101 0 10100 11001000 110111 110111

Color Harmonies of #4DA1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA1CB

Black with #4DA1CB

Text Example


Text Example

White with #4DA1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DA1CB; }

 p { color: rgb(77,161,203); }

 H1.HeaderClassName
 {
   color: #4DA1CB;
 }
 .AnyTagClassName
 {
   color: #4DA1CB;
 }
</style>

background-color css

<style>
 a { background-color: #4DA1CB; }

 a { background-color: rgb(77,161,203); }

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

border-color css

<style>
 span { border-color: #4DA1CB; }

 span { border-color: rgb(77,161,203); }

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