Html Css Color HEX #4B9CCF Picton Blue

📋 copy color: '#4B9CCF'

red 75 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #4B9CCF

Tints of Picton Blue #4B9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 17.12%
G = 35.62%
B = 47.26%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B9CCF (or 0x4B9CCF) is known color: Picton Blue. HEX triplet: 4B, 9C and CF. RGB value is (75,156,207). Sum of RGB (Red+Green+Blue) = 75+156+207=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B9CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9CCF is #B46330. Grayscale: #898989. Windows color (decimal): -11821873 or 13605963. OLE color: 13605963.

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

Color convert

RGB 75 156 207 -
CMYK 0.64 0.25 0 0.19
HSL 203.18º 0.58% 0.55% -
HSV(B) 203.18º 0.64% 0.81% -
XYZ 26.05 29.78 63.41 -
YUV 137.6 167.16 83.35 -
System Red Green Blue C M Y K H S L
Decimal 75 156 207 0.64 0.25 0 0.19 203.18 0.58 0.55
Hex 4B 9C CF 40 19 0 13 CB 3A 37
Octal 113 234 317 100 31 0 23 313 72 67
Binary 1001011 10011100 11001111 1000000 11001 0 10011 11001011 111010 110111

Color Harmonies of #4B9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9CCF

Black with #4B9CCF

Text Example


Text Example

White with #4B9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,156,207); }

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

background-color css

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

 a { background-color: rgb(75,156,207); }

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

border-color css

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

 span { border-color: rgb(75,156,207); }

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