Html Css Color HEX #4197CF Picton Blue

📋 copy color: '#4197CF'

red 65 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #4197CF

Tints of Picton Blue #4197CF

RGB

 RED value IS 65 (25.78% from 255) = 15.37%

 GREEN value IS 151 (59.38% from 255) = 35.7%

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

R = 15.37%
G = 35.7%
B = 48.94%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4197CF (or 0x4197CF) is known color: Picton Blue. HEX triplet: 41, 97 and CF. RGB value is (65,151,207). Sum of RGB (Red+Green+Blue) = 65+151+207=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #4197CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4197CF is #BE6830. Grayscale: #838383. Windows color (decimal): -12478513 or 13604673. OLE color: 13604673.

HSL color Cylindrical-coordinate representation of color #4197CF: hue angle of 203.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4197CF is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 151 207 -
CMYK 0.69 0.27 0 0.19
HSL 203.66º 0.6% 0.53% -
HSV(B) 203.66º 0.69% 0.81% -
XYZ 24.51 27.76 63.1 -
YUV 131.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 65 151 207 0.69 0.27 0 0.19 203.66 0.6 0.53
Hex 41 97 CF 45 1B 0 13 CC 3C 35
Octal 101 227 317 105 33 0 23 314 74 65
Binary 1000001 10010111 11001111 1000101 11011 0 10011 11001100 111100 110101

Color Harmonies of #4197CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4197CF

Black with #4197CF

Text Example


Text Example

White with #4197CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,151,207); }

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

background-color css

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

 a { background-color: rgb(65,151,207); }

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

border-color css

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

 span { border-color: rgb(65,151,207); }

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