Html Css Color HEX #4B9DCA Picton Blue

📋 copy color: '#4B9DCA'

red 75 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #4B9DCA

Tints of Picton Blue #4B9DCA

RGB

 RED value IS 75 (29.69% from 255) = 17.28%

 GREEN value IS 157 (61.72% from 255) = 36.18%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 17.28%
G = 36.18%
B = 46.54%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B9DCA (or 0x4B9DCA) is known color: Picton Blue. HEX triplet: 4B, 9D and CA. RGB value is (75,157,202). Sum of RGB (Red+Green+Blue) = 75+157+202=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B9DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9DCA is #B46235. Grayscale: #898989. Windows color (decimal): -11821622 or 13278539. OLE color: 13278539.

HSL color Cylindrical-coordinate representation of color #4B9DCA: hue angle of 201.26º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B9DCA is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 157 202 -
CMYK 0.63 0.22 0 0.21
HSL 201.26º 0.55% 0.54% -
HSV(B) 201.26º 0.63% 0.79% -
XYZ 25.62 29.87 60.29 -
YUV 137.61 164.33 83.34 -
System Red Green Blue C M Y K H S L
Decimal 75 157 202 0.63 0.22 0 0.21 201.26 0.55 0.54
Hex 4B 9D CA 3F 16 0 15 C9 37 36
Octal 113 235 312 77 26 0 25 311 67 66
Binary 1001011 10011101 11001010 111111 10110 0 10101 11001001 110111 110110

Color Harmonies of #4B9DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9DCA

Black with #4B9DCA

Text Example


Text Example

White with #4B9DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,157,202); }

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

background-color css

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

 a { background-color: rgb(75,157,202); }

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

border-color css

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

 span { border-color: rgb(75,157,202); }

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